#baef1c
a balanced, electric green · cool · closest name: yellow
RGB
186, 239, 28
HSL
75°, 87%, 52%
CMYK
22, 0, 88, 6
Luminance
0.7226
Every format
| HEX | #baef1c |
| RGB | rgb(186, 239, 28) |
| HSL | hsl(75, 87%, 52%) |
| CMYK | cmyk(22%, 0%, 88%, 6%) |
| LAB | lab(88.1 -41.5 82.7) |
| LCH | lch(88.1 92.5 116.7) |
| OKLCH | oklch(0.883 0.216 124.5) |
Copy-ready code
/* CSS */
color: #baef1c;
background-color: #baef1c;
/* Tailwind (arbitrary) */
class="text-[#baef1c] bg-[#baef1c]"
/* SCSS */
$brand: #baef1c;
/* SwiftUI */
Color(red: 0.729, green: 0.937, blue: 0.110)
/* Android */
Color.parseColor("#baef1c")Accessibility — WCAG contrast
Aa
#baef1c on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baef1c on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.7%
Blue11.0%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow88.3%
Key (black)6.3%
Color previews
#baef1c text on a black background
contrast 15.45:1
Card sample
#baef1c text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baef1c;
Background color
Panel with #baef1c background
background-color: #baef1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baef1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 239, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 239, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baef1c; background: linear-gradient(135deg, #baef1c, #2DEF1C);