#baf899
a light, electric green · cool · closest name: khaki
RGB
186, 248, 153
HSL
99°, 87%, 79%
CMYK
25, 0, 38, 3
Luminance
0.7987
Every format
| HEX | #baf899 |
| RGB | rgb(186, 248, 153) |
| HSL | hsl(99, 87%, 79%) |
| CMYK | cmyk(25%, 0%, 38%, 3%) |
| LAB | lab(91.6 -36.0 39.5) |
| LCH | lch(91.6 53.5 132.4) |
| OKLCH | oklch(0.915 0.139 135.3) |
Copy-ready code
/* CSS */
color: #baf899;
background-color: #baf899;
/* Tailwind (arbitrary) */
class="text-[#baf899] bg-[#baf899]"
/* SCSS */
$brand: #baf899;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.600)
/* Android */
Color.parseColor("#baf899")Accessibility — WCAG contrast
Aa
#baf899 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf899 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue60.0%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow38.3%
Key (black)2.7%
Color previews
#baf899 text on a black background
contrast 16.97:1
Card sample
#baf899 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf899;
Background color
Panel with #baf899 background
background-color: #baf899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf899; background: linear-gradient(135deg, #baf899, #99F8B7);