#baf548
a balanced, electric green · cool · closest name: yellow
RGB
186, 245, 72
HSL
81°, 90%, 62%
CMYK
24, 0, 71, 4
Luminance
0.7621
Every format
| HEX | #baf548 |
| RGB | rgb(186, 245, 72) |
| HSL | hsl(81, 90%, 62%) |
| CMYK | cmyk(24%, 0%, 71%, 4%) |
| LAB | lab(90.0 -42.4 72.9) |
| LCH | lch(90.0 84.4 120.2) |
| OKLCH | oklch(0.899 0.204 126.7) |
Copy-ready code
/* CSS */
color: #baf548;
background-color: #baf548;
/* Tailwind (arbitrary) */
class="text-[#baf548] bg-[#baf548]"
/* SCSS */
$brand: #baf548;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.282)
/* Android */
Color.parseColor("#baf548")Accessibility — WCAG contrast
Aa
#baf548 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf548 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue28.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow70.6%
Key (black)3.9%
Color previews
#baf548 text on a black background
contrast 16.24:1
Card sample
#baf548 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf548;
Background color
Panel with #baf548 background
background-color: #baf548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf548; background: linear-gradient(135deg, #baf548, #48F54A);