Hex Color #F9275C - Custom Color

Color Codes

HEX
#F9275C
RGB
rgb(249, 39, 92)
HSL
hsl(345, 95%, 56%)
CMYK
cmyk(0%, 84%, 63%, 2%)
HSV
hsv(345, 84%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.84:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 5.47:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #F9275C;
color: #F9275C;
border-color: #F9275C;
}

Tailwind CSS (with arbitrary values)

bg-[#F9275C]
text-[#F9275C]
border-[#F9275C]
// Example usage:
<div className="bg-[#F9275C]">