Hex Color #02281C - Custom Color
Color Codes
HEX
#02281C
RGB
rgb(2, 40, 28)
HSL
hsl(161, 90%, 8%)
CMYK
cmyk(95%, 0%, 30%, 84%)
HSV
hsv(161, 95%, 16%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 15.87:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.32: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: #02281C;
color: #02281C;
border-color: #02281C;
}
Tailwind CSS (with arbitrary values)
bg-[#02281C]
text-[#02281C]
border-[#02281C]
// Example usage:
<div className="bg-[#02281C]">