#b4f367
a light, electric green · cool · closest name: khaki
RGB
180, 243, 103
HSL
87°, 85%, 68%
CMYK
26, 0, 58, 5
Luminance
0.7478
Every format
| HEX | #b4f367 |
| RGB | rgb(180, 243, 103) |
| HSL | hsl(87, 85%, 68%) |
| CMYK | cmyk(26%, 0%, 58%, 5%) |
| LAB | lab(89.3 -41.5 60.0) |
| LCH | lch(89.3 72.9 124.7) |
| OKLCH | oklch(0.893 0.182 129.8) |
Copy-ready code
/* CSS */
color: #b4f367;
background-color: #b4f367;
/* Tailwind (arbitrary) */
class="text-[#b4f367] bg-[#b4f367]"
/* SCSS */
$brand: #b4f367;
/* SwiftUI */
Color(red: 0.706, green: 0.953, blue: 0.404)
/* Android */
Color.parseColor("#b4f367")Accessibility — WCAG contrast
Aa
#b4f367 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f367 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green95.3%
Blue40.4%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow57.6%
Key (black)4.7%
Color previews
#b4f367 text on a black background
contrast 15.96:1
Card sample
#b4f367 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f367;
Background color
Panel with #b4f367 background
background-color: #b4f367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 243, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 243, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f367; background: linear-gradient(135deg, #b4f367, #67F377);