#b4ebcf
a light, vivid green · cool · closest name: beige
RGB
180, 235, 207
HSL
150°, 58%, 81%
CMYK
23, 0, 12, 8
Luminance
0.7362
Every format
| HEX | #b4ebcf |
| RGB | rgb(180, 235, 207) |
| HSL | hsl(150, 58%, 81%) |
| CMYK | cmyk(23%, 0%, 12%, 8%) |
| LAB | lab(88.7 -23.1 7.9) |
| LCH | lch(88.7 24.4 161.1) |
| OKLCH | oklch(0.894 0.068 162.5) |
Copy-ready code
/* CSS */
color: #b4ebcf;
background-color: #b4ebcf;
/* Tailwind (arbitrary) */
class="text-[#b4ebcf] bg-[#b4ebcf]"
/* SCSS */
$brand: #b4ebcf;
/* SwiftUI */
Color(red: 0.706, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#b4ebcf")Accessibility — WCAG contrast
Aa
#b4ebcf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ebcf on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green92.2%
Blue81.2%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#b4ebcf text on a black background
contrast 15.72:1
Card sample
#b4ebcf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ebcf;
Background color
Panel with #b4ebcf background
background-color: #b4ebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ebcf; background: linear-gradient(135deg, #b4ebcf, #B4E2EB);