Hex Color #E068FC - Custom Color

Color Codes

HEX
#E068FC
RGB
rgb(224, 104, 252)
HSL
hsl(289, 96%, 70%)
CMYK
cmyk(11%, 59%, 0%, 1%)
HSV
hsv(289, 59%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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