#baf348
a balanced, electric green · cool · closest name: yellow
RGB
186, 243, 72
HSL
80°, 88%, 62%
CMYK
24, 0, 70, 5
Luminance
0.7501
Every format
| HEX | #baf348 |
| RGB | rgb(186, 243, 72) |
| HSL | hsl(80, 88%, 62%) |
| CMYK | cmyk(24%, 0%, 70%, 5%) |
| LAB | lab(89.4 -41.5 72.4) |
| LCH | lch(89.4 83.5 119.9) |
| OKLCH | oklch(0.894 0.202 126.4) |
Copy-ready code
/* CSS */
color: #baf348;
background-color: #baf348;
/* Tailwind (arbitrary) */
class="text-[#baf348] bg-[#baf348]"
/* SCSS */
$brand: #baf348;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.282)
/* Android */
Color.parseColor("#baf348")Accessibility — WCAG contrast
Aa
#baf348 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf348 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue28.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow70.4%
Key (black)4.7%
Color previews
#baf348 text on a black background
contrast 16.00:1
Card sample
#baf348 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf348;
Background color
Panel with #baf348 background
background-color: #baf348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf348; background: linear-gradient(135deg, #baf348, #48F348);