#baff4b
a balanced, electric green · cool · closest name: yellow
RGB
186, 255, 75
HSL
83°, 100%, 65%
CMYK
27, 0, 71, 0
Luminance
0.8247
Every format
| HEX | #baff4b |
| RGB | rgb(186, 255, 75) |
| HSL | hsl(83, 100%, 65%) |
| CMYK | cmyk(27%, 0%, 71%, 0%) |
| LAB | lab(92.8 -46.5 74.7) |
| LCH | lch(92.8 88.0 121.9) |
| OKLCH | oklch(0.922 0.214 128.4) |
Copy-ready code
/* CSS */
color: #baff4b;
background-color: #baff4b;
/* Tailwind (arbitrary) */
class="text-[#baff4b] bg-[#baff4b]"
/* SCSS */
$brand: #baff4b;
/* SwiftUI */
Color(red: 0.729, green: 1.000, blue: 0.294)
/* Android */
Color.parseColor("#baff4b")Accessibility — WCAG contrast
Aa
#baff4b on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baff4b on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green100.0%
Blue29.4%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow70.6%
Key (black)0.0%
Color previews
#baff4b text on a black background
contrast 17.49:1
Card sample
#baff4b text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baff4b;
Background color
Panel with #baff4b background
background-color: #baff4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baff4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 255, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 255, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baff4b; background: linear-gradient(135deg, #baff4b, #4BFF54);