Hex Color #F21ADC - Custom Color

Color Codes

HEX
#F21ADC
RGB
rgb(242, 26, 220)
HSL
hsl(306, 89%, 53%)
CMYK
cmyk(0%, 89%, 9%, 5%)
HSV
hsv(306, 89%, 95%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.53:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 5.96: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: #F21ADC;
color: #F21ADC;
border-color: #F21ADC;
}

Tailwind CSS (with arbitrary values)

bg-[#F21ADC]
text-[#F21ADC]
border-[#F21ADC]
// Example usage:
<div className="bg-[#F21ADC]">