#b2dfbc
a light, soft green · cool · closest name: beige
RGB
178, 223, 188
HSL
133°, 41%, 79%
CMYK
20, 0, 16, 13
Luminance
0.6587
Every format
| HEX | #b2dfbc |
| RGB | rgb(178, 223, 188) |
| HSL | hsl(133, 41%, 79%) |
| CMYK | cmyk(20%, 0%, 16%, 13%) |
| LAB | lab(84.9 -21.4 12.4) |
| LCH | lch(84.9 24.7 149.9) |
| OKLCH | oklch(0.862 0.067 151.5) |
Copy-ready code
/* CSS */
color: #b2dfbc;
background-color: #b2dfbc;
/* Tailwind (arbitrary) */
class="text-[#b2dfbc] bg-[#b2dfbc]"
/* SCSS */
$brand: #b2dfbc;
/* SwiftUI */
Color(red: 0.698, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#b2dfbc")Accessibility — WCAG contrast
Aa
#b2dfbc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dfbc on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green87.5%
Blue73.7%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#b2dfbc text on a black background
contrast 14.17:1
Card sample
#b2dfbc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dfbc;
Background color
Panel with #b2dfbc background
background-color: #b2dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dfbc; background: linear-gradient(135deg, #b2dfbc, #B2DFDA);