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