Hex Color #31343C - Custom Color

Color Codes

HEX
#31343C
RGB
rgb(49, 52, 60)
HSL
hsl(224, 10%, 21%)
CMYK
cmyk(18%, 13%, 0%, 76%)
HSV
hsv(224, 18%, 24%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.69: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: #31343C;
color: #31343C;
border-color: #31343C;
}

Tailwind CSS (with arbitrary values)

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