#b2dbab
a light, soft green · cool · closest name: beige
RGB
178, 219, 171
HSL
111°, 40%, 77%
CMYK
19, 0, 22, 14
Luminance
0.6307
Every format
| HEX | #b2dbab |
| RGB | rgb(178, 219, 171) |
| HSL | hsl(111, 40%, 77%) |
| CMYK | cmyk(19%, 0%, 22%, 14%) |
| LAB | lab(83.5 -22.4 19.3) |
| LCH | lch(83.5 29.6 139.2) |
| OKLCH | oklch(0.850 0.078 141.0) |
Copy-ready code
/* CSS */
color: #b2dbab;
background-color: #b2dbab;
/* Tailwind (arbitrary) */
class="text-[#b2dbab] bg-[#b2dbab]"
/* SCSS */
$brand: #b2dbab;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#b2dbab")Accessibility — WCAG contrast
Aa
#b2dbab on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbab on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue67.1%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow21.9%
Key (black)14.1%
Color previews
#b2dbab text on a black background
contrast 13.61:1
Card sample
#b2dbab text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbab;
Background color
Panel with #b2dbab background
background-color: #b2dbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbab; background: linear-gradient(135deg, #b2dbab, #ABDBC4);