Hex Color #DE34FC - Custom Color

Color Codes

HEX
#DE34FC
RGB
rgb(222, 52, 252)
HSL
hsl(291, 97%, 60%)
CMYK
cmyk(12%, 79%, 0%, 1%)
HSV
hsv(291, 79%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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