#b2dfbf
a light, soft green · cool · closest name: beige
RGB
178, 223, 191
HSL
137°, 41%, 79%
CMYK
20, 0, 14, 13
Luminance
0.6600
Every format
| HEX | #b2dfbf |
| RGB | rgb(178, 223, 191) |
| HSL | hsl(137, 41%, 79%) |
| CMYK | cmyk(20%, 0%, 14%, 13%) |
| LAB | lab(85.0 -20.8 10.9) |
| LCH | lch(85.0 23.5 152.3) |
| OKLCH | oklch(0.863 0.064 153.9) |
Copy-ready code
/* CSS */
color: #b2dfbf;
background-color: #b2dfbf;
/* Tailwind (arbitrary) */
class="text-[#b2dfbf] bg-[#b2dfbf]"
/* SCSS */
$brand: #b2dfbf;
/* SwiftUI */
Color(red: 0.698, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#b2dfbf")Accessibility — WCAG contrast
Aa
#b2dfbf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dfbf on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green87.5%
Blue74.9%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#b2dfbf text on a black background
contrast 14.20:1
Card sample
#b2dfbf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dfbf;
Background color
Panel with #b2dfbf background
background-color: #b2dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dfbf; background: linear-gradient(135deg, #b2dfbf, #B2DFDD);