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