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