Hex Color #09232B - Custom Color

Color Codes

HEX
#09232B
RGB
rgb(9, 35, 43)
HSL
hsl(194, 65%, 10%)
CMYK
cmyk(79%, 19%, 0%, 83%)
HSV
hsv(194, 79%, 17%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.29: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: #09232B;
color: #09232B;
border-color: #09232B;
}

Tailwind CSS (with arbitrary values)

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