Hex Color #C8415D - Custom Color

Color Codes

HEX
#C8415D
RGB
rgb(200, 65, 93)
HSL
hsl(348, 55%, 52%)
CMYK
cmyk(0%, 68%, 53%, 22%)
HSV
hsv(348, 68%, 78%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.37:1
Fail - 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: #C8415D;
color: #C8415D;
border-color: #C8415D;
}

Tailwind CSS (with arbitrary values)

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