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