#baef1b
a balanced, electric green · cool · closest name: yellow
RGB
186, 239, 27
HSL
75°, 87%, 52%
CMYK
22, 0, 89, 6
Luminance
0.7225
Every format
| HEX | #baef1b |
| RGB | rgb(186, 239, 27) |
| HSL | hsl(75, 87%, 52%) |
| CMYK | cmyk(22%, 0%, 89%, 6%) |
| LAB | lab(88.1 -41.5 82.8) |
| LCH | lch(88.1 92.7 116.6) |
| OKLCH | oklch(0.883 0.216 124.5) |
Copy-ready code
/* CSS */
color: #baef1b;
background-color: #baef1b;
/* Tailwind (arbitrary) */
class="text-[#baef1b] bg-[#baef1b]"
/* SCSS */
$brand: #baef1b;
/* SwiftUI */
Color(red: 0.729, green: 0.937, blue: 0.106)
/* Android */
Color.parseColor("#baef1b")Accessibility — WCAG contrast
Aa
#baef1b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baef1b on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.7%
Blue10.6%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow88.7%
Key (black)6.3%
Color previews
#baef1b text on a black background
contrast 15.45:1
Card sample
#baef1b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baef1b;
Background color
Panel with #baef1b background
background-color: #baef1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baef1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 239, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 239, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baef1b; background: linear-gradient(135deg, #baef1b, #2DEF1B);