Hex Color #083028 - Custom Color

Color Codes

HEX
#083028
RGB
rgb(8, 48, 40)
HSL
hsl(168, 71%, 11%)
CMYK
cmyk(83%, 0%, 17%, 81%)
HSV
hsv(168, 83%, 19%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.46: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: #083028;
color: #083028;
border-color: #083028;
}

Tailwind CSS (with arbitrary values)

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