Hex Color #656ECA - Custom Color

Color Codes

HEX
#656ECA
RGB
rgb(101, 110, 202)
HSL
hsl(235, 49%, 59%)
CMYK
cmyk(50%, 46%, 0%, 21%)
HSV
hsv(235, 50%, 79%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.64: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: #656ECA;
color: #656ECA;
border-color: #656ECA;
}

Tailwind CSS (with arbitrary values)

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