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