Hex Color #F57FBA - Custom Color
Color Codes
HEX
#F57FBA
RGB
rgb(245, 127, 186)
HSL
hsl(330, 86%, 73%)
CMYK
cmyk(0%, 48%, 24%, 4%)
HSV
hsv(330, 48%, 96%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.43:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.63: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: #F57FBA;
color: #F57FBA;
border-color: #F57FBA;
}
Tailwind CSS (with arbitrary values)
bg-[#F57FBA]
text-[#F57FBA]
border-[#F57FBA]
// Example usage:
<div className="bg-[#F57FBA]">