#AFBD92
A light, muted green closely aligning with Darkseagreen.
About #AFBD92
At its core, #AFBD92 is a light and muted hue. Its closest recognized web color is Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 189, and 146.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. The HSL representation is 79.5° hue, 24.6% saturation, and 65.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFBD92
RGB175, 189, 146
HSL79.5°, 24.6%, 65.7%
CMYK7%, 0%, 23%, 26%
HSV79.5°, 22.8%, 74.1%
LAB74.6, -12.4, 20.2
XYZ41.1, 47.6, 34.2
Decimal11517330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.52:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBD92;
}
.text-color {
color: #AFBD92;
}
.border-color {
border: 2px solid #AFBD92;
}