#bae921
a balanced, electric green · cool · closest name: yellow
RGB
186, 233, 33
HSL
74°, 82%, 52%
CMYK
20, 0, 86, 9
Luminance
0.6883
Every format
| HEX | #bae921 |
| RGB | rgb(186, 233, 33) |
| HSL | hsl(74, 82%, 52%) |
| CMYK | cmyk(20%, 0%, 86%, 9%) |
| LAB | lab(86.4 -38.7 80.4) |
| LCH | lch(86.4 89.3 115.7) |
| OKLCH | oklch(0.870 0.208 123.4) |
Copy-ready code
/* CSS */
color: #bae921;
background-color: #bae921;
/* Tailwind (arbitrary) */
class="text-[#bae921] bg-[#bae921]"
/* SCSS */
$brand: #bae921;
/* SwiftUI */
Color(red: 0.729, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#bae921")Accessibility — WCAG contrast
Aa
#bae921 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae921 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.4%
Blue12.9%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#bae921 text on a black background
contrast 14.77:1
Card sample
#bae921 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae921;
Background color
Panel with #bae921 background
background-color: #bae921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae921; background: linear-gradient(135deg, #bae921, #35E921);