#b6dbcd
a light, soft green · cool · closest name: silver
RGB
182, 219, 205
HSL
157°, 34%, 79%
CMYK
17, 0, 6, 14
Luminance
0.6502
Every format
| HEX | #b6dbcd |
| RGB | rgb(182, 219, 205) |
| HSL | hsl(157, 34%, 79%) |
| CMYK | cmyk(17%, 0%, 6%, 14%) |
| LAB | lab(84.5 -14.9 2.8) |
| LCH | lch(84.5 15.2 169.2) |
| OKLCH | oklch(0.861 0.043 170.3) |
Copy-ready code
/* CSS */
color: #b6dbcd;
background-color: #b6dbcd;
/* Tailwind (arbitrary) */
class="text-[#b6dbcd] bg-[#b6dbcd]"
/* SCSS */
$brand: #b6dbcd;
/* SwiftUI */
Color(red: 0.714, green: 0.859, blue: 0.804)
/* Android */
Color.parseColor("#b6dbcd")Accessibility — WCAG contrast
Aa
#b6dbcd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6dbcd on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green85.9%
Blue80.4%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow6.4%
Key (black)14.1%
Color previews
#b6dbcd text on a black background
contrast 14.00:1
Card sample
#b6dbcd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6dbcd;
Background color
Panel with #b6dbcd background
background-color: #b6dbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6dbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 219, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 219, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6dbcd; background: linear-gradient(135deg, #b6dbcd, #B6D0DB);