Hex Color #F41EFA - Custom Color
Color Codes
HEX
#F41EFA
RGB
rgb(244, 30, 250)
HSL
hsl(298, 96%, 55%)
CMYK
cmyk(2%, 88%, 0%, 2%)
HSV
hsv(298, 88%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.27:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.41:1
Pass - WCAG AA (Normal Text)
Fail - 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: #F41EFA;
color: #F41EFA;
border-color: #F41EFA;
}
Tailwind CSS (with arbitrary values)
bg-[#F41EFA]
text-[#F41EFA]
border-[#F41EFA]
// Example usage:
<div className="bg-[#F41EFA]">