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