#66837C
A medium, muted cyan closely aligning with Gray.
About #66837C
Visually, #66837C is defined as a muted cyan. If you're using CSS, you might find it aligns closely with Gray. Its digital footprint relies on 102 parts red, 131 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 22% cyan, 0% magenta, 5% yellow, and 49% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66837C
RGB102, 131, 124
HSL165.5°, 12.4%, 45.7%
CMYK22%, 0%, 5%, 49%
HSV165.5°, 22.1%, 51.4%
LAB52.4, -11.9, 0.4
XYZ17.2, 20.5, 22.1
Decimal6718332
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.12:1
Text on #FFFFFF
AA Large
5.10:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #66837C;
}
.text-color {
color: #66837C;
}
.border-color {
border: 2px solid #66837C;
}