Hex Color #C8367B - Custom Color

Color Codes

HEX
#C8367B
RGB
rgb(200, 54, 123)
HSL
hsl(332, 57%, 50%)
CMYK
cmyk(0%, 73%, 38%, 22%)
HSV
hsv(332, 73%, 78%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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