#b4eccf
a light, vivid green · cool · closest name: beige
RGB
180, 236, 207
HSL
149°, 60%, 82%
CMYK
24, 0, 12, 8
Luminance
0.7420
Every format
| HEX | #b4eccf |
| RGB | rgb(180, 236, 207) |
| HSL | hsl(149, 60%, 82%) |
| CMYK | cmyk(24%, 0%, 12%, 8%) |
| LAB | lab(89.0 -23.6 8.3) |
| LCH | lch(89.0 25.0 160.6) |
| OKLCH | oklch(0.897 0.070 162.0) |
Copy-ready code
/* CSS */
color: #b4eccf;
background-color: #b4eccf;
/* Tailwind (arbitrary) */
class="text-[#b4eccf] bg-[#b4eccf]"
/* SCSS */
$brand: #b4eccf;
/* SwiftUI */
Color(red: 0.706, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#b4eccf")Accessibility — WCAG contrast
Aa
#b4eccf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4eccf on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green92.5%
Blue81.2%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#b4eccf text on a black background
contrast 15.84:1
Card sample
#b4eccf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4eccf;
Background color
Panel with #b4eccf background
background-color: #b4eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4eccf; background: linear-gradient(135deg, #b4eccf, #B4E4EC);