Hex Color #03202F - Custom Color

Color Codes

HEX
#03202F
RGB
rgb(3, 32, 47)
HSL
hsl(200, 88%, 10%)
CMYK
cmyk(94%, 32%, 0%, 82%)
HSV
hsv(200, 94%, 18%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.25: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: #03202F;
color: #03202F;
border-color: #03202F;
}

Tailwind CSS (with arbitrary values)

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