#b2d2ad
a light, soft green · cool · closest name: beige
RGB
178, 210, 173
HSL
112°, 29%, 75%
CMYK
15, 0, 18, 18
Luminance
0.5858
Every format
| HEX | #b2d2ad |
| RGB | rgb(178, 210, 173) |
| HSL | hsl(112, 29%, 75%) |
| CMYK | cmyk(15%, 0%, 18%, 18%) |
| LAB | lab(81.1 -17.6 14.9) |
| LCH | lch(81.1 23.0 139.8) |
| OKLCH | oklch(0.830 0.061 141.3) |
Copy-ready code
/* CSS */
color: #b2d2ad;
background-color: #b2d2ad;
/* Tailwind (arbitrary) */
class="text-[#b2d2ad] bg-[#b2d2ad]"
/* SCSS */
$brand: #b2d2ad;
/* SwiftUI */
Color(red: 0.698, green: 0.824, blue: 0.678)
/* Android */
Color.parseColor("#b2d2ad")Accessibility — WCAG contrast
Aa
#b2d2ad on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d2ad on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green82.4%
Blue67.8%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow17.6%
Key (black)17.6%
Color previews
#b2d2ad text on a black background
contrast 12.72:1
Card sample
#b2d2ad text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d2ad;
Background color
Panel with #b2d2ad background
background-color: #b2d2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 210, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 210, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d2ad; background: linear-gradient(135deg, #b2d2ad, #ADD2C1);