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