#baf047
a balanced, electric green · cool · closest name: yellow
RGB
186, 240, 71
HSL
79°, 85%, 61%
CMYK
23, 0, 70, 6
Luminance
0.7321
Every format
| HEX | #baf047 |
| RGB | rgb(186, 240, 71) |
| HSL | hsl(79, 85%, 61%) |
| CMYK | cmyk(23%, 0%, 70%, 6%) |
| LAB | lab(88.5 -40.3 71.9) |
| LCH | lch(88.5 82.4 119.3) |
| OKLCH | oklch(0.888 0.199 125.8) |
Copy-ready code
/* CSS */
color: #baf047;
background-color: #baf047;
/* Tailwind (arbitrary) */
class="text-[#baf047] bg-[#baf047]"
/* SCSS */
$brand: #baf047;
/* SwiftUI */
Color(red: 0.729, green: 0.941, blue: 0.278)
/* Android */
Color.parseColor("#baf047")Accessibility — WCAG contrast
Aa
#baf047 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf047 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.1%
Blue27.8%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow70.4%
Key (black)5.9%
Color previews
#baf047 text on a black background
contrast 15.64:1
Card sample
#baf047 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf047;
Background color
Panel with #baf047 background
background-color: #baf047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 240, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 240, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf047; background: linear-gradient(135deg, #baf047, #49F047);