#baf20d
a balanced, electric green · cool · closest name: yellow
RGB
186, 242, 13
HSL
75°, 90%, 50%
CMYK
23, 0, 95, 5
Luminance
0.7397
Every format
| HEX | #baf20d |
| RGB | rgb(186, 242, 13) |
| HSL | hsl(75, 90%, 50%) |
| CMYK | cmyk(23%, 0%, 95%, 5%) |
| LAB | lab(88.9 -43.1 85.2) |
| LCH | lch(88.9 95.5 116.8) |
| OKLCH | oklch(0.890 0.222 124.9) |
Copy-ready code
/* CSS */
color: #baf20d;
background-color: #baf20d;
/* Tailwind (arbitrary) */
class="text-[#baf20d] bg-[#baf20d]"
/* SCSS */
$brand: #baf20d;
/* SwiftUI */
Color(red: 0.729, green: 0.949, blue: 0.051)
/* Android */
Color.parseColor("#baf20d")Accessibility — WCAG contrast
Aa
#baf20d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf20d on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.9%
Blue5.1%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow94.6%
Key (black)5.1%
Color previews
#baf20d text on a black background
contrast 15.79:1
Card sample
#baf20d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf20d;
Background color
Panel with #baf20d background
background-color: #baf20d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf20d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 242, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 242, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf20d; background: linear-gradient(135deg, #baf20d, #21F20D);