Hex Color #F48EFD - Custom Color
Color Codes
HEX
#F48EFD
RGB
rgb(244, 142, 253)
HSL
hsl(295, 97%, 77%)
CMYK
cmyk(4%, 44%, 0%, 1%)
HSV
hsv(295, 44%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.07:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.13: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: #F48EFD;
color: #F48EFD;
border-color: #F48EFD;
}
Tailwind CSS (with arbitrary values)
bg-[#F48EFD]
text-[#F48EFD]
border-[#F48EFD]
// Example usage:
<div className="bg-[#F48EFD]">