#baf749
a balanced, electric green · cool · closest name: yellow
RGB
186, 247, 73
HSL
81°, 92%, 63%
CMYK
25, 0, 70, 3
Luminance
0.7744
Every format
| HEX | #baf749 |
| RGB | rgb(186, 247, 73) |
| HSL | hsl(81, 92%, 63%) |
| CMYK | cmyk(25%, 0%, 70%, 3%) |
| LAB | lab(90.5 -43.2 73.2) |
| LCH | lch(90.5 85.0 120.6) |
| OKLCH | oklch(0.904 0.206 127.1) |
Copy-ready code
/* CSS */
color: #baf749;
background-color: #baf749;
/* Tailwind (arbitrary) */
class="text-[#baf749] bg-[#baf749]"
/* SCSS */
$brand: #baf749;
/* SwiftUI */
Color(red: 0.729, green: 0.969, blue: 0.286)
/* Android */
Color.parseColor("#baf749")Accessibility — WCAG contrast
Aa
#baf749 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf749 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.9%
Blue28.6%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow70.4%
Key (black)3.1%
Color previews
#baf749 text on a black background
contrast 16.49:1
Card sample
#baf749 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf749;
Background color
Panel with #baf749 background
background-color: #baf749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 247, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 247, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf749; background: linear-gradient(135deg, #baf749, #49F74C);