#bae511
a balanced, electric green · cool · closest name: yellow
RGB
186, 229, 17
HSL
72°, 86%, 48%
CMYK
19, 0, 93, 10
Luminance
0.6652
Every format
| HEX | #bae511 |
| RGB | rgb(186, 229, 17) |
| HSL | hsl(72, 86%, 48%) |
| CMYK | cmyk(19%, 0%, 93%, 10%) |
| LAB | lab(85.3 -37.3 82.0) |
| LCH | lch(85.3 90.0 114.5) |
| OKLCH | oklch(0.860 0.207 122.4) |
Copy-ready code
/* CSS */
color: #bae511;
background-color: #bae511;
/* Tailwind (arbitrary) */
class="text-[#bae511] bg-[#bae511]"
/* SCSS */
$brand: #bae511;
/* SwiftUI */
Color(red: 0.729, green: 0.898, blue: 0.067)
/* Android */
Color.parseColor("#bae511")Accessibility — WCAG contrast
Aa
#bae511 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae511 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.8%
Blue6.7%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow92.6%
Key (black)10.2%
Color previews
#bae511 text on a black background
contrast 14.30:1
Card sample
#bae511 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae511;
Background color
Panel with #bae511 background
background-color: #bae511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 229, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 229, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae511; background: linear-gradient(135deg, #bae511, #2DE511);