#baf596
a light, electric green · cool · closest name: khaki
RGB
186, 245, 150
HSL
97°, 83%, 78%
CMYK
24, 0, 39, 4
Luminance
0.7795
Every format
| HEX | #baf596 |
| RGB | rgb(186, 245, 150) |
| HSL | hsl(97, 83%, 78%) |
| CMYK | cmyk(24%, 0%, 39%, 4%) |
| LAB | lab(90.8 -35.1 39.9) |
| LCH | lch(90.8 53.1 131.3) |
| OKLCH | oklch(0.908 0.137 134.4) |
Copy-ready code
/* CSS */
color: #baf596;
background-color: #baf596;
/* Tailwind (arbitrary) */
class="text-[#baf596] bg-[#baf596]"
/* SCSS */
$brand: #baf596;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#baf596")Accessibility — WCAG contrast
Aa
#baf596 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf596 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue58.8%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#baf596 text on a black background
contrast 16.59:1
Card sample
#baf596 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf596;
Background color
Panel with #baf596 background
background-color: #baf596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf596; background: linear-gradient(135deg, #baf596, #96F5B2);