#baed2c
a balanced, electric green · cool · closest name: yellow
RGB
186, 237, 44
HSL
76°, 84%, 55%
CMYK
22, 0, 81, 7
Luminance
0.7119
Every format
| HEX | #baed2c |
| RGB | rgb(186, 237, 44) |
| HSL | hsl(76, 84%, 55%) |
| CMYK | cmyk(22%, 0%, 81%, 7%) |
| LAB | lab(87.6 -40.2 79.0) |
| LCH | lch(87.6 88.6 117.0) |
| OKLCH | oklch(0.879 0.208 124.4) |
Copy-ready code
/* CSS */
color: #baed2c;
background-color: #baed2c;
/* Tailwind (arbitrary) */
class="text-[#baed2c] bg-[#baed2c]"
/* SCSS */
$brand: #baed2c;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 0.173)
/* Android */
Color.parseColor("#baed2c")Accessibility — WCAG contrast
Aa
#baed2c on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baed2c on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue17.3%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow81.4%
Key (black)7.1%
Color previews
#baed2c text on a black background
contrast 15.24:1
Card sample
#baed2c text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baed2c;
Background color
Panel with #baed2c background
background-color: #baed2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baed2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baed2c; background: linear-gradient(135deg, #baed2c, #39ED2C);