Hex Color #32333A - Custom Color

Color Codes

HEX
#32333A
RGB
rgb(50, 51, 58)
HSL
hsl(232, 7%, 21%)
CMYK
cmyk(14%, 12%, 0%, 77%)
HSV
hsv(232, 14%, 23%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.67: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: #32333A;
color: #32333A;
border-color: #32333A;
}

Tailwind CSS (with arbitrary values)

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