Hex Color #FB859F - Custom Color
Color Codes
HEX
#FB859F
RGB
rgb(251, 133, 159)
HSL
hsl(347, 94%, 75%)
CMYK
cmyk(0%, 47%, 37%, 2%)
HSV
hsv(347, 47%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.34:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.96: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: #FB859F;
color: #FB859F;
border-color: #FB859F;
}
Tailwind CSS (with arbitrary values)
bg-[#FB859F]
text-[#FB859F]
border-[#FB859F]
// Example usage:
<div className="bg-[#FB859F]">