Hex Color #609090 - Custom Color

Color Codes

HEX
#609090
RGB
rgb(96, 144, 144)
HSL
hsl(180, 20%, 47%)
CMYK
cmyk(33%, 0%, 0%, 44%)
HSV
hsv(180, 33%, 56%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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