#B6D3C5
A light, muted green closely aligning with Powderblue.
About #B6D3C5
At its core, #B6D3C5 is a light and muted hue. If you're using CSS, you might find it aligns closely with Powderblue. In the RGB color space, it consists of 182 red, 211 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 14% Cyan, 0% Magenta, 7% Yellow, and 17% Black. With a hue angle of 151.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6D3C5
RGB182, 211, 197
HSL151.0°, 24.8%, 77.1%
CMYK14%, 0%, 7%, 17%
HSV151.0°, 13.7%, 82.7%
LAB82.1, -12.4, 3.7
XYZ52.7, 60.6, 61.7
Decimal11981765
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.11:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6D3C5;
}
.text-color {
color: #B6D3C5;
}
.border-color {
border: 2px solid #B6D3C5;
}