Hex Color #003575 - Custom Color

Color Codes

HEX
#003575
RGB
rgb(0, 53, 117)
HSL
hsl(213, 100%, 23%)
CMYK
cmyk(100%, 55%, 0%, 54%)
HSV
hsv(213, 100%, 46%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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