Hex Color #828ECE - Custom Color

Color Codes

HEX
#828ECE
RGB
rgb(130, 142, 206)
HSL
hsl(231, 44%, 66%)
CMYK
cmyk(37%, 31%, 0%, 19%)
HSV
hsv(231, 37%, 81%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.71: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: #828ECE;
color: #828ECE;
border-color: #828ECE;
}

Tailwind CSS (with arbitrary values)

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