#b2d3af
a light, soft green · cool · closest name: beige
RGB
178, 211, 175
HSL
115°, 29%, 76%
CMYK
16, 0, 17, 17
Luminance
0.5915
Every format
| HEX | #b2d3af |
| RGB | rgb(178, 211, 175) |
| HSL | hsl(115, 29%, 76%) |
| CMYK | cmyk(16%, 0%, 17%, 17%) |
| LAB | lab(81.4 -17.7 14.2) |
| LCH | lch(81.4 22.7 141.2) |
| OKLCH | oklch(0.833 0.061 142.8) |
Copy-ready code
/* CSS */
color: #b2d3af;
background-color: #b2d3af;
/* Tailwind (arbitrary) */
class="text-[#b2d3af] bg-[#b2d3af]"
/* SCSS */
$brand: #b2d3af;
/* SwiftUI */
Color(red: 0.698, green: 0.827, blue: 0.686)
/* Android */
Color.parseColor("#b2d3af")Accessibility — WCAG contrast
Aa
#b2d3af on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d3af on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green82.7%
Blue68.6%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow17.1%
Key (black)17.3%
Color previews
#b2d3af text on a black background
contrast 12.83:1
Card sample
#b2d3af text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d3af;
Background color
Panel with #b2d3af background
background-color: #b2d3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 211, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 211, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d3af; background: linear-gradient(135deg, #b2d3af, #AFD3C4);