Hex Color #689289 - Custom Color
Color Codes
HEX
#689289
RGB
rgb(104, 146, 137)
HSL
hsl(167, 17%, 49%)
CMYK
cmyk(29%, 0%, 6%, 43%)
HSV
hsv(167, 29%, 57%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.46:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.06: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: #689289;
color: #689289;
border-color: #689289;
}
Tailwind CSS (with arbitrary values)
bg-[#689289]
text-[#689289]
border-[#689289]
// Example usage:
<div className="bg-[#689289]">