#b4e0b7
a light, soft green · cool · closest name: beige
RGB
180, 224, 183
HSL
124°, 42%, 79%
CMYK
20, 0, 18, 12
Luminance
0.6643
Every format
| HEX | #b4e0b7 |
| RGB | rgb(180, 224, 183) |
| HSL | hsl(124, 42%, 79%) |
| CMYK | cmyk(20%, 0%, 18%, 12%) |
| LAB | lab(85.2 -22.1 15.5) |
| LCH | lch(85.2 27.0 145.0) |
| OKLCH | oklch(0.865 0.072 146.7) |
Copy-ready code
/* CSS */
color: #b4e0b7;
background-color: #b4e0b7;
/* Tailwind (arbitrary) */
class="text-[#b4e0b7] bg-[#b4e0b7]"
/* SCSS */
$brand: #b4e0b7;
/* SwiftUI */
Color(red: 0.706, green: 0.878, blue: 0.718)
/* Android */
Color.parseColor("#b4e0b7")Accessibility — WCAG contrast
Aa
#b4e0b7 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4e0b7 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green87.8%
Blue71.8%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow18.3%
Key (black)12.2%
Color previews
#b4e0b7 text on a black background
contrast 14.29:1
Card sample
#b4e0b7 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4e0b7;
Background color
Panel with #b4e0b7 background
background-color: #b4e0b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4e0b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 224, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 224, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4e0b7; background: linear-gradient(135deg, #b4e0b7, #B4E0D4);