Hex Color #F923AE - Custom Color

Color Codes

HEX
#F923AE
RGB
rgb(249, 35, 174)
HSL
hsl(321, 95%, 56%)
CMYK
cmyk(0%, 86%, 30%, 2%)
HSV
hsv(321, 86%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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