Hex Color #849589 - Custom Color

Color Codes

HEX
#849589
RGB
rgb(132, 149, 137)
HSL
hsl(138, 7%, 55%)
CMYK
cmyk(11%, 0%, 8%, 42%)
HSV
hsv(138, 11%, 58%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.64:1
Pass - 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: #849589;
color: #849589;
border-color: #849589;
}

Tailwind CSS (with arbitrary values)

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