Hex Color #144594 - Custom Color

Color Codes

HEX
#144594
RGB
rgb(20, 69, 148)
HSL
hsl(217, 76%, 33%)
CMYK
cmyk(86%, 53%, 0%, 42%)
HSV
hsv(217, 86%, 58%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 2.31: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: #144594;
color: #144594;
border-color: #144594;
}

Tailwind CSS (with arbitrary values)

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