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