Hex Color #496CEC - Custom Color

Color Codes

HEX
#496CEC
RGB
rgb(73, 108, 236)
HSL
hsl(227, 81%, 61%)
CMYK
cmyk(69%, 54%, 0%, 7%)
HSV
hsv(227, 69%, 93%)
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: #496CEC;
color: #496CEC;
border-color: #496CEC;
}

Tailwind CSS (with arbitrary values)

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