Hex Color #33798E - Custom Color

Color Codes

HEX
#33798E
RGB
rgb(51, 121, 142)
HSL
hsl(194, 47%, 38%)
CMYK
cmyk(64%, 15%, 0%, 44%)
HSV
hsv(194, 64%, 56%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.27: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: #33798E;
color: #33798E;
border-color: #33798E;
}

Tailwind CSS (with arbitrary values)

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