#b4dfbf
a light, soft green · cool · closest name: beige
RGB
180, 223, 191
HSL
135°, 40%, 79%
CMYK
19, 0, 14, 13
Luminance
0.6624
Every format
| HEX | #b4dfbf |
| RGB | rgb(180, 223, 191) |
| HSL | hsl(135, 40%, 79%) |
| CMYK | cmyk(19%, 0%, 14%, 13%) |
| LAB | lab(85.1 -20.2 11.1) |
| LCH | lch(85.1 23.0 151.1) |
| OKLCH | oklch(0.864 0.063 152.8) |
Copy-ready code
/* CSS */
color: #b4dfbf;
background-color: #b4dfbf;
/* Tailwind (arbitrary) */
class="text-[#b4dfbf] bg-[#b4dfbf]"
/* SCSS */
$brand: #b4dfbf;
/* SwiftUI */
Color(red: 0.706, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#b4dfbf")Accessibility — WCAG contrast
Aa
#b4dfbf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4dfbf on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green87.5%
Blue74.9%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#b4dfbf text on a black background
contrast 14.25:1
Card sample
#b4dfbf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4dfbf;
Background color
Panel with #b4dfbf background
background-color: #b4dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4dfbf; background: linear-gradient(135deg, #b4dfbf, #B4DFDC);