Hex Color #02290D - Custom Color

Color Codes

HEX
#02290D
RGB
rgb(2, 41, 13)
HSL
hsl(137, 91%, 8%)
CMYK
cmyk(95%, 0%, 68%, 84%)
HSV
hsv(137, 95%, 16%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.33: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: #02290D;
color: #02290D;
border-color: #02290D;
}

Tailwind CSS (with arbitrary values)

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