Hex Color #0022BA - Custom Color

Color Codes

HEX
#0022BA
RGB
rgb(0, 34, 186)
HSL
hsl(229, 100%, 36%)
CMYK
cmyk(100%, 82%, 0%, 27%)
HSV
hsv(229, 100%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.94: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: #0022BA;
color: #0022BA;
border-color: #0022BA;
}

Tailwind CSS (with arbitrary values)

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