#b2f169
a light, electric green · cool · closest name: khaki
RGB
178, 241, 105
HSL
88°, 83%, 68%
CMYK
26, 0, 56, 6
Luminance
0.7340
Every format
| HEX | #b2f169 |
| RGB | rgb(178, 241, 105) |
| HSL | hsl(88, 83%, 68%) |
| CMYK | cmyk(26%, 0%, 56%, 6%) |
| LAB | lab(88.6 -41.1 58.3) |
| LCH | lch(88.6 71.4 125.2) |
| OKLCH | oklch(0.888 0.179 130.1) |
Copy-ready code
/* CSS */
color: #b2f169;
background-color: #b2f169;
/* Tailwind (arbitrary) */
class="text-[#b2f169] bg-[#b2f169]"
/* SCSS */
$brand: #b2f169;
/* SwiftUI */
Color(red: 0.698, green: 0.945, blue: 0.412)
/* Android */
Color.parseColor("#b2f169")Accessibility — WCAG contrast
Aa
#b2f169 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f169 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.5%
Blue41.2%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow56.4%
Key (black)5.5%
Color previews
#b2f169 text on a black background
contrast 15.68:1
Card sample
#b2f169 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f169;
Background color
Panel with #b2f169 background
background-color: #b2f169;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f169;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 241, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 241, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f169; background: linear-gradient(135deg, #b2f169, #69F17B);