Hex Color #08302A - Custom Color

Color Codes

HEX
#08302A
RGB
rgb(8, 48, 42)
HSL
hsl(171, 71%, 11%)
CMYK
cmyk(83%, 0%, 13%, 81%)
HSV
hsv(171, 83%, 19%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.47: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: #08302A;
color: #08302A;
border-color: #08302A;
}

Tailwind CSS (with arbitrary values)

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