#baeb0e
a balanced, electric green · cool · closest name: yellow
RGB
186, 235, 14
HSL
73°, 89%, 49%
CMYK
21, 0, 94, 8
Luminance
0.6989
Every format
| HEX | #baeb0e |
| RGB | rgb(186, 235, 14) |
| HSL | hsl(73, 89%, 49%) |
| CMYK | cmyk(21%, 0%, 94%, 8%) |
| LAB | lab(86.9 -40.0 83.6) |
| LCH | lch(86.9 92.7 115.6) |
| OKLCH | oklch(0.874 0.214 123.6) |
Copy-ready code
/* CSS */
color: #baeb0e;
background-color: #baeb0e;
/* Tailwind (arbitrary) */
class="text-[#baeb0e] bg-[#baeb0e]"
/* SCSS */
$brand: #baeb0e;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.055)
/* Android */
Color.parseColor("#baeb0e")Accessibility — WCAG contrast
Aa
#baeb0e on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb0e on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue5.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow94.0%
Key (black)7.8%
Color previews
#baeb0e text on a black background
contrast 14.98:1
Card sample
#baeb0e text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb0e;
Background color
Panel with #baeb0e background
background-color: #baeb0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb0e; background: linear-gradient(135deg, #baeb0e, #27EB0E);