Hex Color #F599CC - Custom Color
Color Codes
HEX
#F599CC
RGB
rgb(245, 153, 204)
HSL
hsl(327, 82%, 78%)
CMYK
cmyk(0%, 38%, 17%, 4%)
HSV
hsv(327, 38%, 96%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.04:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.31:1
Pass - WCAG AA (Normal Text)
Pass - 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: #F599CC;
color: #F599CC;
border-color: #F599CC;
}
Tailwind CSS (with arbitrary values)
bg-[#F599CC]
text-[#F599CC]
border-[#F599CC]
// Example usage:
<div className="bg-[#F599CC]">