#b3f467
a light, electric green · cool · closest name: khaki
RGB
179, 244, 103
HSL
88°, 87%, 68%
CMYK
27, 0, 58, 4
Luminance
0.7526
Every format
| HEX | #b3f467 |
| RGB | rgb(179, 244, 103) |
| HSL | hsl(88, 87%, 68%) |
| CMYK | cmyk(27%, 0%, 58%, 4%) |
| LAB | lab(89.5 -42.3 60.2) |
| LCH | lch(89.5 73.6 125.1) |
| OKLCH | oklch(0.895 0.184 130.2) |
Copy-ready code
/* CSS */
color: #b3f467;
background-color: #b3f467;
/* Tailwind (arbitrary) */
class="text-[#b3f467] bg-[#b3f467]"
/* SCSS */
$brand: #b3f467;
/* SwiftUI */
Color(red: 0.702, green: 0.957, blue: 0.404)
/* Android */
Color.parseColor("#b3f467")Accessibility — WCAG contrast
Aa
#b3f467 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f467 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green95.7%
Blue40.4%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow57.8%
Key (black)4.3%
Color previews
#b3f467 text on a black background
contrast 16.05:1
Card sample
#b3f467 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f467;
Background color
Panel with #b3f467 background
background-color: #b3f467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 244, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 244, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f467; background: linear-gradient(135deg, #b3f467, #67F479);