#baec02
a balanced, electric green · cool · closest name: yellow
RGB
186, 236, 2
HSL
73°, 98%, 47%
CMYK
21, 0, 99, 8
Luminance
0.7043
Every format
| HEX | #baec02 |
| RGB | rgb(186, 236, 2) |
| HSL | hsl(73, 98%, 47%) |
| CMYK | cmyk(21%, 0%, 99%, 8%) |
| LAB | lab(87.2 -40.5 84.8) |
| LCH | lch(87.2 94.0 115.6) |
| OKLCH | oklch(0.876 0.216 123.7) |
Copy-ready code
/* CSS */
color: #baec02;
background-color: #baec02;
/* Tailwind (arbitrary) */
class="text-[#baec02] bg-[#baec02]"
/* SCSS */
$brand: #baec02;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.008)
/* Android */
Color.parseColor("#baec02")Accessibility — WCAG contrast
Aa
#baec02 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baec02 on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue0.8%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow99.2%
Key (black)7.5%
Color previews
#baec02 text on a black background
contrast 15.09:1
Card sample
#baec02 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baec02;
Background color
Panel with #baec02 background
background-color: #baec02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baec02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baec02; background: linear-gradient(135deg, #baec02, #1EEC02);