#baed4f
a balanced, electric green · cool · closest name: yellow
RGB
186, 237, 79
HSL
79°, 81%, 62%
CMYK
22, 0, 67, 7
Luminance
0.7157
Every format
| HEX | #baed4f |
| RGB | rgb(186, 237, 79) |
| HSL | hsl(79, 81%, 62%) |
| CMYK | cmyk(22%, 0%, 67%, 7%) |
| LAB | lab(87.8 -38.5 68.2) |
| LCH | lch(87.8 78.3 119.4) |
| OKLCH | oklch(0.881 0.190 125.6) |
Copy-ready code
/* CSS */
color: #baed4f;
background-color: #baed4f;
/* Tailwind (arbitrary) */
class="text-[#baed4f] bg-[#baed4f]"
/* SCSS */
$brand: #baed4f;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 0.310)
/* Android */
Color.parseColor("#baed4f")Accessibility — WCAG contrast
Aa
#baed4f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baed4f on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue31.0%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow66.7%
Key (black)7.1%
Color previews
#baed4f text on a black background
contrast 15.31:1
Card sample
#baed4f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baed4f;
Background color
Panel with #baed4f background
background-color: #baed4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baed4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baed4f; background: linear-gradient(135deg, #baed4f, #51ED4F);