Hex Color #F3154C - Custom Color

Color Codes

HEX
#F3154C
RGB
rgb(243, 21, 76)
HSL
hsl(345, 90%, 52%)
CMYK
cmyk(0%, 91%, 69%, 5%)
HSV
hsv(345, 91%, 95%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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