#b6ecce
a light, vivid green · cool · closest name: beige
RGB
182, 236, 206
HSL
147°, 59%, 82%
CMYK
23, 0, 13, 8
Luminance
0.7439
Every format
| HEX | #b6ecce |
| RGB | rgb(182, 236, 206) |
| HSL | hsl(147, 59%, 82%) |
| CMYK | cmyk(23%, 0%, 13%, 8%) |
| LAB | lab(89.1 -23.1 9.0) |
| LCH | lch(89.1 24.8 158.8) |
| OKLCH | oklch(0.898 0.069 160.3) |
Copy-ready code
/* CSS */
color: #b6ecce;
background-color: #b6ecce;
/* Tailwind (arbitrary) */
class="text-[#b6ecce] bg-[#b6ecce]"
/* SCSS */
$brand: #b6ecce;
/* SwiftUI */
Color(red: 0.714, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#b6ecce")Accessibility — WCAG contrast
Aa
#b6ecce on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ecce on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green92.5%
Blue80.8%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#b6ecce text on a black background
contrast 15.88:1
Card sample
#b6ecce text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ecce;
Background color
Panel with #b6ecce background
background-color: #b6ecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ecce; background: linear-gradient(135deg, #b6ecce, #B6E6EC);