#baf342
a balanced, electric green · cool · closest name: yellow
RGB
186, 243, 66
HSL
79°, 88%, 61%
CMYK
24, 0, 73, 5
Luminance
0.7493
Every format
| HEX | #baf342 |
| RGB | rgb(186, 243, 66) |
| HSL | hsl(79, 88%, 61%) |
| CMYK | cmyk(24%, 0%, 73%, 5%) |
| LAB | lab(89.4 -41.9 74.4) |
| LCH | lch(89.4 85.3 119.4) |
| OKLCH | oklch(0.894 0.205 126.1) |
Copy-ready code
/* CSS */
color: #baf342;
background-color: #baf342;
/* Tailwind (arbitrary) */
class="text-[#baf342] bg-[#baf342]"
/* SCSS */
$brand: #baf342;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.259)
/* Android */
Color.parseColor("#baf342")Accessibility — WCAG contrast
Aa
#baf342 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf342 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue25.9%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow72.8%
Key (black)4.7%
Color previews
#baf342 text on a black background
contrast 15.99:1
Card sample
#baf342 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf342;
Background color
Panel with #baf342 background
background-color: #baf342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf342; background: linear-gradient(135deg, #baf342, #44F342);