Hex Color #1E212E - Custom Color

Color Codes

HEX
#1E212E
RGB
rgb(30, 33, 46)
HSL
hsl(229, 21%, 15%)
CMYK
cmyk(35%, 28%, 0%, 82%)
HSV
hsv(229, 35%, 18%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.31: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: #1E212E;
color: #1E212E;
border-color: #1E212E;
}

Tailwind CSS (with arbitrary values)

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