#b2e477
a light, vivid green · cool · closest name: khaki
RGB
178, 228, 119
HSL
88°, 67%, 68%
CMYK
22, 0, 48, 11
Luminance
0.6628
Every format
| HEX | #b2e477 |
| RGB | rgb(178, 228, 119) |
| HSL | hsl(88, 67%, 68%) |
| CMYK | cmyk(22%, 0%, 48%, 11%) |
| LAB | lab(85.1 -33.9 47.8) |
| LCH | lch(85.1 58.5 125.3) |
| OKLCH | oklch(0.860 0.148 129.3) |
Copy-ready code
/* CSS */
color: #b2e477;
background-color: #b2e477;
/* Tailwind (arbitrary) */
class="text-[#b2e477] bg-[#b2e477]"
/* SCSS */
$brand: #b2e477;
/* SwiftUI */
Color(red: 0.698, green: 0.894, blue: 0.467)
/* Android */
Color.parseColor("#b2e477")Accessibility — WCAG contrast
Aa
#b2e477 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2e477 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green89.4%
Blue46.7%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow47.8%
Key (black)10.6%
Color previews
#b2e477 text on a black background
contrast 14.26:1
Card sample
#b2e477 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2e477;
Background color
Panel with #b2e477 background
background-color: #b2e477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2e477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 228, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 228, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2e477; background: linear-gradient(135deg, #b2e477, #77E484);