#baff5f
a light, electric green · cool · closest name: yellow
RGB
186, 255, 95
HSL
86°, 100%, 69%
CMYK
27, 0, 63, 0
Luminance
0.8279
Every format
| HEX | #baff5f |
| RGB | rgb(186, 255, 95) |
| HSL | hsl(86, 100%, 69%) |
| CMYK | cmyk(27%, 0%, 63%, 0%) |
| LAB | lab(92.9 -45.2 67.4) |
| LCH | lch(92.9 81.2 123.8) |
| OKLCH | oklch(0.924 0.201 129.5) |
Copy-ready code
/* CSS */
color: #baff5f;
background-color: #baff5f;
/* Tailwind (arbitrary) */
class="text-[#baff5f] bg-[#baff5f]"
/* SCSS */
$brand: #baff5f;
/* SwiftUI */
Color(red: 0.729, green: 1.000, blue: 0.373)
/* Android */
Color.parseColor("#baff5f")Accessibility — WCAG contrast
Aa
#baff5f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baff5f on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green100.0%
Blue37.3%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow62.7%
Key (black)0.0%
Color previews
#baff5f text on a black background
contrast 17.56:1
Card sample
#baff5f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baff5f;
Background color
Panel with #baff5f background
background-color: #baff5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baff5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 255, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 255, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baff5f; background: linear-gradient(135deg, #baff5f, #5FFF6F);