Hex Color #FE16DB - Custom Color

Color Codes

HEX
#FE16DB
RGB
rgb(254, 22, 219)
HSL
hsl(309, 99%, 54%)
CMYK
cmyk(0%, 91%, 14%, 0%)
HSV
hsv(309, 91%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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