#baff9b
a light, electric green · cool · closest name: khaki
RGB
186, 255, 155
HSL
101°, 100%, 80%
CMYK
27, 0, 39, 0
Luminance
0.8433
Every format
| HEX | #baff9b |
| RGB | rgb(186, 255, 155) |
| HSL | hsl(101, 100%, 80%) |
| CMYK | cmyk(27%, 0%, 39%, 0%) |
| LAB | lab(93.6 -38.9 41.1) |
| LCH | lch(93.6 56.6 133.5) |
| OKLCH | oklch(0.931 0.147 136.5) |
Copy-ready code
/* CSS */
color: #baff9b;
background-color: #baff9b;
/* Tailwind (arbitrary) */
class="text-[#baff9b] bg-[#baff9b]"
/* SCSS */
$brand: #baff9b;
/* SwiftUI */
Color(red: 0.729, green: 1.000, blue: 0.608)
/* Android */
Color.parseColor("#baff9b")Accessibility — WCAG contrast
Aa
#baff9b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baff9b on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green100.0%
Blue60.8%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow39.2%
Key (black)0.0%
Color previews
#baff9b text on a black background
contrast 17.87:1
Card sample
#baff9b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baff9b;
Background color
Panel with #baff9b background
background-color: #baff9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baff9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 255, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 255, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baff9b; background: linear-gradient(135deg, #baff9b, #9BFFBF);