Hex Color #232018 - Custom Color

Color Codes

HEX
#232018
RGB
rgb(35, 32, 24)
HSL
hsl(44, 19%, 12%)
CMYK
cmyk(0%, 9%, 31%, 86%)
HSV
hsv(44, 31%, 14%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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