#baed3f
a balanced, electric green · cool · closest name: yellow
RGB
186, 237, 63
HSL
78°, 83%, 59%
CMYK
22, 0, 73, 7
Luminance
0.7137
Every format
| HEX | #baed3f |
| RGB | rgb(186, 237, 63) |
| HSL | hsl(78, 83%, 59%) |
| CMYK | cmyk(22%, 0%, 73%, 7%) |
| LAB | lab(87.7 -39.4 73.7) |
| LCH | lch(87.7 83.6 118.1) |
| OKLCH | oklch(0.880 0.200 124.9) |
Copy-ready code
/* CSS */
color: #baed3f;
background-color: #baed3f;
/* Tailwind (arbitrary) */
class="text-[#baed3f] bg-[#baed3f]"
/* SCSS */
$brand: #baed3f;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 0.247)
/* Android */
Color.parseColor("#baed3f")Accessibility — WCAG contrast
Aa
#baed3f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baed3f on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue24.7%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow73.4%
Key (black)7.1%
Color previews
#baed3f text on a black background
contrast 15.27:1
Card sample
#baed3f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baed3f;
Background color
Panel with #baed3f background
background-color: #baed3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baed3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baed3f; background: linear-gradient(135deg, #baed3f, #46ED3F);