#B6C5AF
A light, muted green closely aligning with Silver.
About #B6C5AF
Visually, #B6C5AF is defined as a muted green. Its closest recognized web color is Silver. This translates to an RGB value of rgb(182, 197, 175).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 8% Cyan, 0% Magenta, 11% Yellow, and 23% Black. The HSL representation is 100.9° hue, 15.9% saturation, and 72.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6C5AF
RGB182, 197, 175
HSL100.9°, 15.9%, 72.9%
CMYK8%, 0%, 11%, 23%
HSV100.9°, 11.2%, 77.3%
LAB77.9, -9.2, 9.3
XYZ47.0, 53.0, 48.3
Decimal11978159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.59:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6C5AF;
}
.text-color {
color: #B6C5AF;
}
.border-color {
border: 2px solid #B6C5AF;
}