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