Hex Color #FA48DB - Custom Color
Color Codes
HEX
#FA48DB
RGB
rgb(250, 72, 219)
HSL
hsl(310, 95%, 63%)
CMYK
cmyk(0%, 71%, 12%, 2%)
HSV
hsv(310, 71%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.99:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.01: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: #FA48DB;
color: #FA48DB;
border-color: #FA48DB;
}
Tailwind CSS (with arbitrary values)
bg-[#FA48DB]
text-[#FA48DB]
border-[#FA48DB]
// Example usage:
<div className="bg-[#FA48DB]">