#baf697
a light, electric green · cool · closest name: khaki
RGB
186, 246, 151
HSL
98°, 84%, 78%
CMYK
24, 0, 39, 4
Luminance
0.7859
Every format
| HEX | #baf697 |
| RGB | rgb(186, 246, 151) |
| HSL | hsl(98, 84%, 78%) |
| CMYK | cmyk(24%, 0%, 39%, 4%) |
| LAB | lab(91.0 -35.4 39.7) |
| LCH | lch(91.0 53.2 131.7) |
| OKLCH | oklch(0.910 0.138 134.7) |
Copy-ready code
/* CSS */
color: #baf697;
background-color: #baf697;
/* Tailwind (arbitrary) */
class="text-[#baf697] bg-[#baf697]"
/* SCSS */
$brand: #baf697;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#baf697")Accessibility — WCAG contrast
Aa
#baf697 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf697 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue59.2%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#baf697 text on a black background
contrast 16.72:1
Card sample
#baf697 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf697;
Background color
Panel with #baf697 background
background-color: #baf697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf697; background: linear-gradient(135deg, #baf697, #97F6B3);