#b4eb9b
a light, vivid green · cool · closest name: khaki
RGB
180, 235, 155
HSL
101°, 67%, 77%
CMYK
23, 0, 34, 8
Luminance
0.7149
Every format
| HEX | #b4eb9b |
| RGB | rgb(180, 235, 155) |
| HSL | hsl(101, 67%, 77%) |
| CMYK | cmyk(23%, 0%, 34%, 8%) |
| LAB | lab(87.7 -31.8 33.3) |
| LCH | lch(87.7 46.1 133.7) |
| OKLCH | oklch(0.883 0.120 136.2) |
Copy-ready code
/* CSS */
color: #b4eb9b;
background-color: #b4eb9b;
/* Tailwind (arbitrary) */
class="text-[#b4eb9b] bg-[#b4eb9b]"
/* SCSS */
$brand: #b4eb9b;
/* SwiftUI */
Color(red: 0.706, green: 0.922, blue: 0.608)
/* Android */
Color.parseColor("#b4eb9b")Accessibility — WCAG contrast
Aa
#b4eb9b on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4eb9b on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green92.2%
Blue60.8%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow34.0%
Key (black)7.8%
Color previews
#b4eb9b text on a black background
contrast 15.30:1
Card sample
#b4eb9b text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4eb9b;
Background color
Panel with #b4eb9b background
background-color: #b4eb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4eb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 235, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 235, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4eb9b; background: linear-gradient(135deg, #b4eb9b, #9BEBB7);