#bae024
a balanced, electric green · cool · closest name: yellow
RGB
186, 224, 36
HSL
72°, 75%, 51%
CMYK
17, 0, 84, 12
Luminance
0.6388
Every format
| HEX | #bae024 |
| RGB | rgb(186, 224, 36) |
| HSL | hsl(72, 75%, 51%) |
| CMYK | cmyk(17%, 0%, 84%, 12%) |
| LAB | lab(83.9 -34.6 77.7) |
| LCH | lch(83.9 85.0 114.0) |
| OKLCH | oklch(0.850 0.197 121.5) |
Copy-ready code
/* CSS */
color: #bae024;
background-color: #bae024;
/* Tailwind (arbitrary) */
class="text-[#bae024] bg-[#bae024]"
/* SCSS */
$brand: #bae024;
/* SwiftUI */
Color(red: 0.729, green: 0.878, blue: 0.141)
/* Android */
Color.parseColor("#bae024")Accessibility — WCAG contrast
Aa
#bae024 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae024 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.8%
Blue14.1%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow83.9%
Key (black)12.2%
Color previews
#bae024 text on a black background
contrast 13.78:1
Card sample
#bae024 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae024;
Background color
Panel with #bae024 background
background-color: #bae024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 224, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 224, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae024; background: linear-gradient(135deg, #bae024, #3DE024);