#baf702
a balanced, electric green · cool · closest name: yellow
RGB
186, 247, 2
HSL
75°, 98%, 49%
CMYK
25, 0, 99, 3
Luminance
0.7697
Every format
| HEX | #baf702 |
| RGB | rgb(186, 247, 2) |
| HSL | hsl(75, 98%, 49%) |
| CMYK | cmyk(25%, 0%, 99%, 3%) |
| LAB | lab(90.3 -45.3 87.2) |
| LCH | lch(90.3 98.2 117.5) |
| OKLCH | oklch(0.901 0.228 125.7) |
Copy-ready code
/* CSS */
color: #baf702;
background-color: #baf702;
/* Tailwind (arbitrary) */
class="text-[#baf702] bg-[#baf702]"
/* SCSS */
$brand: #baf702;
/* SwiftUI */
Color(red: 0.729, green: 0.969, blue: 0.008)
/* Android */
Color.parseColor("#baf702")Accessibility — WCAG contrast
Aa
#baf702 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf702 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.9%
Blue0.8%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow99.2%
Key (black)3.1%
Color previews
#baf702 text on a black background
contrast 16.39:1
Card sample
#baf702 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf702;
Background color
Panel with #baf702 background
background-color: #baf702;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf702;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 247, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 247, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf702; background: linear-gradient(135deg, #baf702, #17F702);