#b0df8d
a light, vivid green · cool · closest name: khaki
RGB
176, 223, 141
HSL
94°, 56%, 71%
CMYK
21, 0, 37, 13
Luminance
0.6393
Every format
| HEX | #b0df8d |
| RGB | rgb(176, 223, 141) |
| HSL | hsl(94, 56%, 71%) |
| CMYK | cmyk(21%, 0%, 37%, 13%) |
| LAB | lab(83.9 -29.5 35.4) |
| LCH | lch(83.9 46.1 129.9) |
| OKLCH | oklch(0.851 0.119 132.7) |
Copy-ready code
/* CSS */
color: #b0df8d;
background-color: #b0df8d;
/* Tailwind (arbitrary) */
class="text-[#b0df8d] bg-[#b0df8d]"
/* SCSS */
$brand: #b0df8d;
/* SwiftUI */
Color(red: 0.690, green: 0.875, blue: 0.553)
/* Android */
Color.parseColor("#b0df8d")Accessibility — WCAG contrast
Aa
#b0df8d on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0df8d on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green87.5%
Blue55.3%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow36.8%
Key (black)12.5%
Color previews
#b0df8d text on a black background
contrast 13.79:1
Card sample
#b0df8d text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0df8d;
Background color
Panel with #b0df8d background
background-color: #b0df8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0df8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 223, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 223, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0df8d; background: linear-gradient(135deg, #b0df8d, #8DDFA1);