#baf591
a light, electric green · cool · closest name: khaki
RGB
186, 245, 145
HSL
95°, 83%, 77%
CMYK
24, 0, 41, 4
Luminance
0.7779
Every format
| HEX | #baf591 |
| RGB | rgb(186, 245, 145) |
| HSL | hsl(95, 83%, 77%) |
| CMYK | cmyk(24%, 0%, 41%, 4%) |
| LAB | lab(90.7 -35.7 42.2) |
| LCH | lch(90.7 55.3 130.2) |
| OKLCH | oklch(0.907 0.142 133.4) |
Copy-ready code
/* CSS */
color: #baf591;
background-color: #baf591;
/* Tailwind (arbitrary) */
class="text-[#baf591] bg-[#baf591]"
/* SCSS */
$brand: #baf591;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.569)
/* Android */
Color.parseColor("#baf591")Accessibility — WCAG contrast
Aa
#baf591 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf591 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue56.9%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow40.8%
Key (black)3.9%
Color previews
#baf591 text on a black background
contrast 16.56:1
Card sample
#baf591 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf591;
Background color
Panel with #baf591 background
background-color: #baf591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf591; background: linear-gradient(135deg, #baf591, #91F5AB);