#b0ee95
a light, vivid green · cool · closest name: khaki
RGB
176, 238, 149
HSL
102°, 72%, 76%
CMYK
26, 0, 37, 7
Luminance
0.7255
Every format
| HEX | #b0ee95 |
| RGB | rgb(176, 238, 149) |
| HSL | hsl(102, 72%, 76%) |
| CMYK | cmyk(26%, 0%, 37%, 7%) |
| LAB | lab(88.2 -35.4 37.0) |
| LCH | lch(88.2 51.2 133.8) |
| OKLCH | oklch(0.886 0.133 136.6) |
Copy-ready code
/* CSS */
color: #b0ee95;
background-color: #b0ee95;
/* Tailwind (arbitrary) */
class="text-[#b0ee95] bg-[#b0ee95]"
/* SCSS */
$brand: #b0ee95;
/* SwiftUI */
Color(red: 0.690, green: 0.933, blue: 0.584)
/* Android */
Color.parseColor("#b0ee95")Accessibility — WCAG contrast
Aa
#b0ee95 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ee95 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green93.3%
Blue58.4%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow37.4%
Key (black)6.7%
Color previews
#b0ee95 text on a black background
contrast 15.51:1
Card sample
#b0ee95 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ee95;
Background color
Panel with #b0ee95 background
background-color: #b0ee95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ee95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 238, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 238, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ee95; background: linear-gradient(135deg, #b0ee95, #95EEB5);