Hex Color #03353D - Custom Color

Color Codes

HEX
#03353D
RGB
rgb(3, 53, 61)
HSL
hsl(188, 91%, 13%)
CMYK
cmyk(95%, 13%, 0%, 76%)
HSV
hsv(188, 95%, 24%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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