#b4daba
a light, soft green · cool · closest name: beige
RGB
180, 218, 186
HSL
130°, 34%, 78%
CMYK
17, 0, 15, 15
Luminance
0.6339
Every format
| HEX | #b4daba |
| RGB | rgb(180, 218, 186) |
| HSL | hsl(130, 34%, 78%) |
| CMYK | cmyk(17%, 0%, 15%, 15%) |
| LAB | lab(83.7 -18.6 11.7) |
| LCH | lch(83.7 22.0 147.9) |
| OKLCH | oklch(0.852 0.059 149.5) |
Copy-ready code
/* CSS */
color: #b4daba;
background-color: #b4daba;
/* Tailwind (arbitrary) */
class="text-[#b4daba] bg-[#b4daba]"
/* SCSS */
$brand: #b4daba;
/* SwiftUI */
Color(red: 0.706, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#b4daba")Accessibility — WCAG contrast
Aa
#b4daba on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4daba on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green85.5%
Blue72.9%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#b4daba text on a black background
contrast 13.68:1
Card sample
#b4daba text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4daba;
Background color
Panel with #b4daba background
background-color: #b4daba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4daba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4daba; background: linear-gradient(135deg, #b4daba, #B4DAD3);