#b3f699
a light, electric green · cool · closest name: khaki
RGB
179, 246, 153
HSL
103°, 84%, 78%
CMYK
27, 0, 38, 4
Luminance
0.7780
Every format
| HEX | #b3f699 |
| RGB | rgb(179, 246, 153) |
| HSL | hsl(103, 84%, 78%) |
| CMYK | cmyk(27%, 0%, 38%, 4%) |
| LAB | lab(90.7 -37.5 38.2) |
| LCH | lch(90.7 53.5 134.5) |
| OKLCH | oklch(0.907 0.139 137.3) |
Copy-ready code
/* CSS */
color: #b3f699;
background-color: #b3f699;
/* Tailwind (arbitrary) */
class="text-[#b3f699] bg-[#b3f699]"
/* SCSS */
$brand: #b3f699;
/* SwiftUI */
Color(red: 0.702, green: 0.965, blue: 0.600)
/* Android */
Color.parseColor("#b3f699")Accessibility — WCAG contrast
Aa
#b3f699 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f699 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green96.5%
Blue60.0%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow37.8%
Key (black)3.5%
Color previews
#b3f699 text on a black background
contrast 16.56:1
Card sample
#b3f699 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f699;
Background color
Panel with #b3f699 background
background-color: #b3f699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 246, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 246, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f699; background: linear-gradient(135deg, #b3f699, #99F6BD);