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