#bae913
a balanced, electric green · cool · closest name: yellow
RGB
186, 233, 19
HSL
73°, 85%, 49%
CMYK
20, 0, 92, 9
Luminance
0.6876
Every format
| HEX | #bae913 |
| RGB | rgb(186, 233, 19) |
| HSL | hsl(73, 85%, 49%) |
| CMYK | cmyk(20%, 0%, 92%, 9%) |
| LAB | lab(86.4 -39.0 82.6) |
| LCH | lch(86.4 91.4 115.3) |
| OKLCH | oklch(0.870 0.211 123.3) |
Copy-ready code
/* CSS */
color: #bae913;
background-color: #bae913;
/* Tailwind (arbitrary) */
class="text-[#bae913] bg-[#bae913]"
/* SCSS */
$brand: #bae913;
/* SwiftUI */
Color(red: 0.729, green: 0.914, blue: 0.075)
/* Android */
Color.parseColor("#bae913")Accessibility — WCAG contrast
Aa
#bae913 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae913 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.4%
Blue7.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow91.8%
Key (black)8.6%
Color previews
#bae913 text on a black background
contrast 14.75:1
Card sample
#bae913 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae913;
Background color
Panel with #bae913 background
background-color: #bae913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 233, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 233, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae913; background: linear-gradient(135deg, #bae913, #2BE913);