#b2d4af
a light, soft green · cool · closest name: beige
RGB
178, 212, 175
HSL
115°, 30%, 76%
CMYK
16, 0, 18, 17
Luminance
0.5965
Every format
| HEX | #b2d4af |
| RGB | rgb(178, 212, 175) |
| HSL | hsl(115, 30%, 76%) |
| CMYK | cmyk(16%, 0%, 18%, 17%) |
| LAB | lab(81.7 -18.2 14.6) |
| LCH | lch(81.7 23.4 141.3) |
| OKLCH | oklch(0.835 0.062 142.8) |
Copy-ready code
/* CSS */
color: #b2d4af;
background-color: #b2d4af;
/* Tailwind (arbitrary) */
class="text-[#b2d4af] bg-[#b2d4af]"
/* SCSS */
$brand: #b2d4af;
/* SwiftUI */
Color(red: 0.698, green: 0.831, blue: 0.686)
/* Android */
Color.parseColor("#b2d4af")Accessibility — WCAG contrast
Aa
#b2d4af on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d4af on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green83.1%
Blue68.6%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow17.5%
Key (black)16.9%
Color previews
#b2d4af text on a black background
contrast 12.93:1
Card sample
#b2d4af text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d4af;
Background color
Panel with #b2d4af background
background-color: #b2d4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 212, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 212, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d4af; background: linear-gradient(135deg, #b2d4af, #AFD4C5);