#baf484
a light, electric green · cool · closest name: khaki
RGB
186, 244, 132
HSL
91°, 84%, 74%
CMYK
24, 0, 46, 4
Luminance
0.7681
Every format
| HEX | #baf484 |
| RGB | rgb(186, 244, 132) |
| HSL | hsl(91, 84%, 74%) |
| CMYK | cmyk(24%, 0%, 46%, 4%) |
| LAB | lab(90.2 -36.8 47.9) |
| LCH | lch(90.2 60.5 127.5) |
| OKLCH | oklch(0.903 0.154 131.3) |
Copy-ready code
/* CSS */
color: #baf484;
background-color: #baf484;
/* Tailwind (arbitrary) */
class="text-[#baf484] bg-[#baf484]"
/* SCSS */
$brand: #baf484;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.518)
/* Android */
Color.parseColor("#baf484")Accessibility — WCAG contrast
Aa
#baf484 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf484 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue51.8%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow45.9%
Key (black)4.3%
Color previews
#baf484 text on a black background
contrast 16.36:1
Card sample
#baf484 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf484;
Background color
Panel with #baf484 background
background-color: #baf484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf484; background: linear-gradient(135deg, #baf484, #84F499);