#b6ebc9
a light, vivid green · cool · closest name: beige
RGB
182, 235, 201
HSL
142°, 57%, 82%
CMYK
23, 0, 15, 8
Luminance
0.7358
Every format
| HEX | #b6ebc9 |
| RGB | rgb(182, 235, 201) |
| HSL | hsl(142, 57%, 82%) |
| CMYK | cmyk(23%, 0%, 15%, 8%) |
| LAB | lab(88.7 -23.6 11.0) |
| LCH | lch(88.7 26.0 154.9) |
| OKLCH | oklch(0.894 0.072 156.5) |
Copy-ready code
/* CSS */
color: #b6ebc9;
background-color: #b6ebc9;
/* Tailwind (arbitrary) */
class="text-[#b6ebc9] bg-[#b6ebc9]"
/* SCSS */
$brand: #b6ebc9;
/* SwiftUI */
Color(red: 0.714, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#b6ebc9")Accessibility — WCAG contrast
Aa
#b6ebc9 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ebc9 on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green92.2%
Blue78.8%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#b6ebc9 text on a black background
contrast 15.72:1
Card sample
#b6ebc9 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ebc9;
Background color
Panel with #b6ebc9 background
background-color: #b6ebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ebc9; background: linear-gradient(135deg, #b6ebc9, #B6EAEB);