#baf752
a balanced, electric green · cool · closest name: yellow
RGB
186, 247, 82
HSL
82°, 91%, 65%
CMYK
25, 0, 67, 3
Luminance
0.7757
Every format
| HEX | #baf752 |
| RGB | rgb(186, 247, 82) |
| HSL | hsl(82, 91%, 65%) |
| CMYK | cmyk(25%, 0%, 67%, 3%) |
| LAB | lab(90.6 -42.7 70.0) |
| LCH | lch(90.6 82.0 121.4) |
| OKLCH | oklch(0.904 0.200 127.5) |
Copy-ready code
/* CSS */
color: #baf752;
background-color: #baf752;
/* Tailwind (arbitrary) */
class="text-[#baf752] bg-[#baf752]"
/* SCSS */
$brand: #baf752;
/* SwiftUI */
Color(red: 0.729, green: 0.969, blue: 0.322)
/* Android */
Color.parseColor("#baf752")Accessibility — WCAG contrast
Aa
#baf752 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf752 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.9%
Blue32.2%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow66.8%
Key (black)3.1%
Color previews
#baf752 text on a black background
contrast 16.51:1
Card sample
#baf752 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf752;
Background color
Panel with #baf752 background
background-color: #baf752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 247, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 247, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf752; background: linear-gradient(135deg, #baf752, #52F758);