#bafe9b
a light, electric green · cool · closest name: khaki
RGB
186, 254, 155
HSL
101°, 98%, 80%
CMYK
27, 0, 39, 0
Luminance
0.8369
Every format
| HEX | #bafe9b |
| RGB | rgb(186, 254, 155) |
| HSL | hsl(101, 98%, 80%) |
| CMYK | cmyk(27%, 0%, 39%, 0%) |
| LAB | lab(93.3 -38.5 40.7) |
| LCH | lch(93.3 56.0 133.4) |
| OKLCH | oklch(0.929 0.145 136.4) |
Copy-ready code
/* CSS */
color: #bafe9b;
background-color: #bafe9b;
/* Tailwind (arbitrary) */
class="text-[#bafe9b] bg-[#bafe9b]"
/* SCSS */
$brand: #bafe9b;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#bafe9b")Accessibility — WCAG contrast
Aa
#bafe9b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafe9b on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue60.8%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#bafe9b text on a black background
contrast 17.74:1
Card sample
#bafe9b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafe9b;
Background color
Panel with #bafe9b background
background-color: #bafe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafe9b; background: linear-gradient(135deg, #bafe9b, #9BFEBE);