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