Hex Color #203230 - Custom Color

Color Codes

HEX
#203230
RGB
rgb(32, 50, 48)
HSL
hsl(173, 22%, 16%)
CMYK
cmyk(36%, 0%, 4%, 80%)
HSV
hsv(173, 36%, 20%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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