Hex Color #E335CC - Custom Color

Color Codes

HEX
#E335CC
RGB
rgb(227, 53, 204)
HSL
hsl(308, 76%, 55%)
CMYK
cmyk(0%, 77%, 10%, 11%)
HSV
hsv(308, 77%, 89%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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