#b2daba
a light, soft green · cool · closest name: beige
RGB
178, 218, 186
HSL
132°, 35%, 78%
CMYK
18, 0, 15, 15
Luminance
0.6315
Every format
| HEX | #b2daba |
| RGB | rgb(178, 218, 186) |
| HSL | hsl(132, 35%, 78%) |
| CMYK | cmyk(18%, 0%, 15%, 15%) |
| LAB | lab(83.5 -19.3 11.5) |
| LCH | lch(83.5 22.4 149.3) |
| OKLCH | oklch(0.851 0.061 150.9) |
Copy-ready code
/* CSS */
color: #b2daba;
background-color: #b2daba;
/* Tailwind (arbitrary) */
class="text-[#b2daba] bg-[#b2daba]"
/* SCSS */
$brand: #b2daba;
/* SwiftUI */
Color(red: 0.698, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#b2daba")Accessibility — WCAG contrast
Aa
#b2daba on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2daba on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.5%
Blue72.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#b2daba text on a black background
contrast 13.63:1
Card sample
#b2daba text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2daba;
Background color
Panel with #b2daba background
background-color: #b2daba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2daba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2daba; background: linear-gradient(135deg, #b2daba, #B2DAD5);