Hex Color #182A24 - Custom Color

Color Codes

HEX
#182A24
RGB
rgb(24, 42, 36)
HSL
hsl(160, 27%, 13%)
CMYK
cmyk(43%, 0%, 14%, 84%)
HSV
hsv(160, 43%, 16%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.40: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: #182A24;
color: #182A24;
border-color: #182A24;
}

Tailwind CSS (with arbitrary values)

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