#b6d4af
a light, soft green · cool · closest name: beige
RGB
182, 212, 175
HSL
109°, 30%, 76%
CMYK
14, 0, 18, 17
Luminance
0.6013
Every format
| HEX | #b6d4af |
| RGB | rgb(182, 212, 175) |
| HSL | hsl(109, 30%, 76%) |
| CMYK | cmyk(14%, 0%, 18%, 17%) |
| LAB | lab(81.9 -16.9 15.0) |
| LCH | lch(81.9 22.6 138.3) |
| OKLCH | oklch(0.838 0.060 139.8) |
Copy-ready code
/* CSS */
color: #b6d4af;
background-color: #b6d4af;
/* Tailwind (arbitrary) */
class="text-[#b6d4af] bg-[#b6d4af]"
/* SCSS */
$brand: #b6d4af;
/* SwiftUI */
Color(red: 0.714, green: 0.831, blue: 0.686)
/* Android */
Color.parseColor("#b6d4af")Accessibility — WCAG contrast
Aa
#b6d4af on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6d4af on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green83.1%
Blue68.6%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow17.5%
Key (black)16.9%
Color previews
#b6d4af text on a black background
contrast 13.03:1
Card sample
#b6d4af text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6d4af;
Background color
Panel with #b6d4af background
background-color: #b6d4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6d4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 212, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 212, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6d4af; background: linear-gradient(135deg, #b6d4af, #AFD4C1);