#b2d9b2
a light, soft green · cool · closest name: beige
RGB
178, 217, 178
HSL
120°, 34%, 78%
CMYK
18, 0, 18, 15
Luminance
0.6231
Every format
| HEX | #b2d9b2 |
| RGB | rgb(178, 217, 178) |
| HSL | hsl(120, 34%, 78%) |
| CMYK | cmyk(18%, 0%, 18%, 15%) |
| LAB | lab(83.1 -20.2 15.1) |
| LCH | lch(83.1 25.2 143.3) |
| OKLCH | oklch(0.847 0.068 144.9) |
Copy-ready code
/* CSS */
color: #b2d9b2;
background-color: #b2d9b2;
/* Tailwind (arbitrary) */
class="text-[#b2d9b2] bg-[#b2d9b2]"
/* SCSS */
$brand: #b2d9b2;
/* SwiftUI */
Color(red: 0.698, green: 0.851, blue: 0.698)
/* Android */
Color.parseColor("#b2d9b2")Accessibility — WCAG contrast
Aa
#b2d9b2 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d9b2 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.1%
Blue69.8%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow18.0%
Key (black)14.9%
Color previews
#b2d9b2 text on a black background
contrast 13.46:1
Card sample
#b2d9b2 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d9b2;
Background color
Panel with #b2d9b2 background
background-color: #b2d9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 217, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 217, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d9b2; background: linear-gradient(135deg, #b2d9b2, #B2D9CC);