#baeb19
a balanced, electric green · cool · closest name: yellow
RGB
186, 235, 25
HSL
74°, 84%, 51%
CMYK
21, 0, 89, 8
Luminance
0.6993
Every format
| HEX | #baeb19 |
| RGB | rgb(186, 235, 25) |
| HSL | hsl(74, 84%, 51%) |
| CMYK | cmyk(21%, 0%, 89%, 8%) |
| LAB | lab(87.0 -39.8 82.2) |
| LCH | lch(87.0 91.4 115.8) |
| OKLCH | oklch(0.874 0.212 123.7) |
Copy-ready code
/* CSS */
color: #baeb19;
background-color: #baeb19;
/* Tailwind (arbitrary) */
class="text-[#baeb19] bg-[#baeb19]"
/* SCSS */
$brand: #baeb19;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.098)
/* Android */
Color.parseColor("#baeb19")Accessibility — WCAG contrast
Aa
#baeb19 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb19 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue9.8%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow89.4%
Key (black)7.8%
Color previews
#baeb19 text on a black background
contrast 14.99:1
Card sample
#baeb19 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb19;
Background color
Panel with #baeb19 background
background-color: #baeb19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb19; background: linear-gradient(135deg, #baeb19, #2EEB19);