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