Hex Color #F918CB - Custom Color
Color Codes
HEX
#F918CB
RGB
rgb(249, 24, 203)
HSL
hsl(312, 95%, 54%)
CMYK
cmyk(0%, 90%, 18%, 2%)
HSV
hsv(312, 90%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.49:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.02: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: #F918CB;
color: #F918CB;
border-color: #F918CB;
}
Tailwind CSS (with arbitrary values)
bg-[#F918CB]
text-[#F918CB]
border-[#F918CB]
// Example usage:
<div className="bg-[#F918CB]">