#b4dfb0
a light, soft green · cool · closest name: beige
RGB
180, 223, 176
HSL
115°, 42%, 78%
CMYK
19, 0, 21, 13
Luminance
0.6561
Every format
| HEX | #b4dfb0 |
| RGB | rgb(180, 223, 176) |
| HSL | hsl(115, 42%, 78%) |
| CMYK | cmyk(19%, 0%, 21%, 13%) |
| LAB | lab(84.8 -22.8 18.5) |
| LCH | lch(84.8 29.4 140.9) |
| OKLCH | oklch(0.861 0.078 142.7) |
Copy-ready code
/* CSS */
color: #b4dfb0;
background-color: #b4dfb0;
/* Tailwind (arbitrary) */
class="text-[#b4dfb0] bg-[#b4dfb0]"
/* SCSS */
$brand: #b4dfb0;
/* SwiftUI */
Color(red: 0.706, green: 0.875, blue: 0.690)
/* Android */
Color.parseColor("#b4dfb0")Accessibility — WCAG contrast
Aa
#b4dfb0 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4dfb0 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green87.5%
Blue69.0%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow21.1%
Key (black)12.5%
Color previews
#b4dfb0 text on a black background
contrast 14.12:1
Card sample
#b4dfb0 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4dfb0;
Background color
Panel with #b4dfb0 background
background-color: #b4dfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4dfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 223, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 223, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4dfb0; background: linear-gradient(135deg, #b4dfb0, #B0DFCB);