#b2d8af
a light, soft green · cool · closest name: beige
RGB
178, 216, 175
HSL
116°, 35%, 77%
CMYK
18, 0, 19, 15
Luminance
0.6167
Every format
| HEX | #b2d8af |
| RGB | rgb(178, 216, 175) |
| HSL | hsl(116, 35%, 77%) |
| CMYK | cmyk(18%, 0%, 19%, 15%) |
| LAB | lab(82.7 -20.2 16.2) |
| LCH | lch(82.7 25.9 141.4) |
| OKLCH | oklch(0.844 0.069 143.0) |
Copy-ready code
/* CSS */
color: #b2d8af;
background-color: #b2d8af;
/* Tailwind (arbitrary) */
class="text-[#b2d8af] bg-[#b2d8af]"
/* SCSS */
$brand: #b2d8af;
/* SwiftUI */
Color(red: 0.698, green: 0.847, blue: 0.686)
/* Android */
Color.parseColor("#b2d8af")Accessibility — WCAG contrast
Aa
#b2d8af on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d8af on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green84.7%
Blue68.6%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow19.0%
Key (black)15.3%
Color previews
#b2d8af text on a black background
contrast 13.33:1
Card sample
#b2d8af text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d8af;
Background color
Panel with #b2d8af background
background-color: #b2d8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 216, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 216, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d8af; background: linear-gradient(135deg, #b2d8af, #AFD8C7);