#baf488
a light, electric green · cool · closest name: khaki
RGB
186, 244, 136
HSL
92°, 83%, 75%
CMYK
24, 0, 44, 4
Luminance
0.7692
Every format
| HEX | #baf488 |
| RGB | rgb(186, 244, 136) |
| HSL | hsl(92, 83%, 75%) |
| CMYK | cmyk(24%, 0%, 44%, 4%) |
| LAB | lab(90.3 -36.4 46.1) |
| LCH | lch(90.3 58.7 128.3) |
| OKLCH | oklch(0.904 0.150 131.9) |
Copy-ready code
/* CSS */
color: #baf488;
background-color: #baf488;
/* Tailwind (arbitrary) */
class="text-[#baf488] bg-[#baf488]"
/* SCSS */
$brand: #baf488;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.533)
/* Android */
Color.parseColor("#baf488")Accessibility — WCAG contrast
Aa
#baf488 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf488 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue53.3%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow44.3%
Key (black)4.3%
Color previews
#baf488 text on a black background
contrast 16.38:1
Card sample
#baf488 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf488;
Background color
Panel with #baf488 background
background-color: #baf488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf488; background: linear-gradient(135deg, #baf488, #88F49E);