Hex Color #F0248A - Custom Color

Color Codes

HEX
#F0248A
RGB
rgb(240, 36, 138)
HSL
hsl(330, 87%, 54%)
CMYK
cmyk(0%, 85%, 43%, 6%)
HSV
hsv(330, 85%, 94%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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