Hex Color #F9268C - Custom Color

Color Codes

HEX
#F9268C
RGB
rgb(249, 38, 140)
HSL
hsl(331, 95%, 56%)
CMYK
cmyk(0%, 85%, 44%, 2%)
HSV
hsv(331, 85%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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