#b2eccf
a light, vivid green · cool · closest name: beige
RGB
178, 236, 207
HSL
150°, 60%, 81%
CMYK
25, 0, 12, 8
Luminance
0.7396
Every format
| HEX | #b2eccf |
| RGB | rgb(178, 236, 207) |
| HSL | hsl(150, 60%, 81%) |
| CMYK | cmyk(25%, 0%, 12%, 8%) |
| LAB | lab(88.9 -24.2 8.1) |
| LCH | lch(88.9 25.5 161.4) |
| OKLCH | oklch(0.895 0.071 162.8) |
Copy-ready code
/* CSS */
color: #b2eccf;
background-color: #b2eccf;
/* Tailwind (arbitrary) */
class="text-[#b2eccf] bg-[#b2eccf]"
/* SCSS */
$brand: #b2eccf;
/* SwiftUI */
Color(red: 0.698, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#b2eccf")Accessibility — WCAG contrast
Aa
#b2eccf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eccf on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.5%
Blue81.2%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#b2eccf text on a black background
contrast 15.79:1
Card sample
#b2eccf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eccf;
Background color
Panel with #b2eccf background
background-color: #b2eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eccf; background: linear-gradient(135deg, #b2eccf, #B2E2EC);