#66A883
A medium, muted green closely aligning with Darkseagreen.
About #66A883
Visually, #66A883 is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkseagreen. Its digital footprint relies on 102 parts red, 168 parts green, and 131 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 39% Cyan, 0% Magenta, 22% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66A883
RGB102, 168, 131
HSL146.4°, 27.5%, 52.9%
CMYK39%, 0%, 22%, 34%
HSV146.4°, 39.3%, 65.9%
LAB63.7, -29.5, 12.6
XYZ23.6, 32.5, 26.5
Decimal6727811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.49:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A883;
}
.text-color {
color: #66A883;
}
.border-color {
border: 2px solid #66A883;
}