#baf758
a light, electric green · cool · closest name: yellow
RGB
186, 247, 88
HSL
83°, 91%, 66%
CMYK
25, 0, 64, 3
Luminance
0.7767
Every format
| HEX | #baf758 |
| RGB | rgb(186, 247, 88) |
| HSL | hsl(83, 91%, 66%) |
| CMYK | cmyk(25%, 0%, 64%, 3%) |
| LAB | lab(90.6 -42.3 67.7) |
| LCH | lch(90.6 79.8 122.0) |
| OKLCH | oklch(0.905 0.196 127.8) |
Copy-ready code
/* CSS */
color: #baf758;
background-color: #baf758;
/* Tailwind (arbitrary) */
class="text-[#baf758] bg-[#baf758]"
/* SCSS */
$brand: #baf758;
/* SwiftUI */
Color(red: 0.729, green: 0.969, blue: 0.345)
/* Android */
Color.parseColor("#baf758")Accessibility — WCAG contrast
Aa
#baf758 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf758 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.9%
Blue34.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow64.4%
Key (black)3.1%
Color previews
#baf758 text on a black background
contrast 16.53:1
Card sample
#baf758 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf758;
Background color
Panel with #baf758 background
background-color: #baf758;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf758;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 247, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 247, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf758; background: linear-gradient(135deg, #baf758, #58F760);