#b3ff84
a light, electric green · cool · closest name: khaki
RGB
179, 255, 132
HSL
97°, 100%, 76%
CMYK
30, 0, 48, 0
Luminance
0.8277
Every format
| HEX | #b3ff84 |
| RGB | rgb(179, 255, 132) |
| HSL | hsl(97, 100%, 76%) |
| CMYK | cmyk(30%, 0%, 48%, 0%) |
| LAB | lab(92.9 -44.1 51.1) |
| LCH | lch(92.9 67.5 130.8) |
| OKLCH | oklch(0.924 0.173 134.7) |
Copy-ready code
/* CSS */
color: #b3ff84;
background-color: #b3ff84;
/* Tailwind (arbitrary) */
class="text-[#b3ff84] bg-[#b3ff84]"
/* SCSS */
$brand: #b3ff84;
/* SwiftUI */
Color(red: 0.702, green: 1.000, blue: 0.518)
/* Android */
Color.parseColor("#b3ff84")Accessibility — WCAG contrast
Aa
#b3ff84 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ff84 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green100.0%
Blue51.8%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow48.2%
Key (black)0.0%
Color previews
#b3ff84 text on a black background
contrast 17.55:1
Card sample
#b3ff84 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ff84;
Background color
Panel with #b3ff84 background
background-color: #b3ff84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ff84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 255, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 255, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ff84; background: linear-gradient(135deg, #b3ff84, #84FFA7);