Hex Color #F953CF - Custom Color

Color Codes

HEX
#F953CF
RGB
rgb(249, 83, 207)
HSL
hsl(315, 93%, 65%)
CMYK
cmyk(0%, 67%, 17%, 2%)
HSV
hsv(315, 67%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 7.17:1
Pass - WCAG AA (Normal Text)
Pass - 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: #F953CF;
color: #F953CF;
border-color: #F953CF;
}

Tailwind CSS (with arbitrary values)

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