#B6D3B6
A light, muted green closely aligning with Darkseagreen.
About #B6D3B6
At its core, #B6D3B6 is a light and muted hue. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(182, 211, 182).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 14% C, 0% M, 14% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
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#B6D3B6
RGB182, 211, 182
HSL120.0°, 24.8%, 77.1%
CMYK14%, 0%, 14%, 17%
HSV120.0°, 13.7%, 82.7%
LAB81.8, -15.1, 11.1
XYZ51.0, 59.9, 53.1
Decimal11981750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.98:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6D3B6;
}
.text-color {
color: #B6D3B6;
}
.border-color {
border: 2px solid #B6D3B6;
}