Hex Color #F4559E - Custom Color
Color Codes
HEX
#F4559E
RGB
rgb(244, 85, 158)
HSL
hsl(332, 88%, 65%)
CMYK
cmyk(0%, 65%, 35%, 4%)
HSV
hsv(332, 65%, 96%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.16:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.64: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: #F4559E;
color: #F4559E;
border-color: #F4559E;
}
Tailwind CSS (with arbitrary values)
bg-[#F4559E]
text-[#F4559E]
border-[#F4559E]
// Example usage:
<div className="bg-[#F4559E]">