#baf062
a light, electric green · cool · closest name: khaki
RGB
186, 240, 98
HSL
83°, 83%, 66%
CMYK
23, 0, 59, 6
Luminance
0.7364
Every format
| HEX | #baf062 |
| RGB | rgb(186, 240, 98) |
| HSL | hsl(83, 83%, 66%) |
| CMYK | cmyk(23%, 0%, 59%, 6%) |
| LAB | lab(88.8 -38.4 61.6) |
| LCH | lch(88.8 72.6 121.9) |
| OKLCH | oklch(0.890 0.179 127.3) |
Copy-ready code
/* CSS */
color: #baf062;
background-color: #baf062;
/* Tailwind (arbitrary) */
class="text-[#baf062] bg-[#baf062]"
/* SCSS */
$brand: #baf062;
/* SwiftUI */
Color(red: 0.729, green: 0.941, blue: 0.384)
/* Android */
Color.parseColor("#baf062")Accessibility — WCAG contrast
Aa
#baf062 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf062 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.1%
Blue38.4%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow59.2%
Key (black)5.9%
Color previews
#baf062 text on a black background
contrast 15.73:1
Card sample
#baf062 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf062;
Background color
Panel with #baf062 background
background-color: #baf062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 240, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 240, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf062; background: linear-gradient(135deg, #baf062, #62F069);