Hex Color #426354 - Custom Color

Color Codes

HEX
#426354
RGB
rgb(66, 99, 84)
HSL
hsl(153, 20%, 32%)
CMYK
cmyk(33%, 0%, 15%, 61%)
HSV
hsv(153, 33%, 39%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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