Hex Color #226767 - Custom Color

Color Codes

HEX
#226767
RGB
rgb(34, 103, 103)
HSL
hsl(180, 50%, 27%)
CMYK
cmyk(67%, 0%, 0%, 60%)
HSV
hsv(180, 67%, 40%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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