Hex Color #213DBA - Custom Color

Color Codes

HEX
#213DBA
RGB
rgb(33, 61, 186)
HSL
hsl(229, 70%, 43%)
CMYK
cmyk(82%, 67%, 0%, 27%)
HSV
hsv(229, 82%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 2.44:1
Fail - 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: #213DBA;
color: #213DBA;
border-color: #213DBA;
}

Tailwind CSS (with arbitrary values)

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