#baf699
a light, electric green · cool · closest name: khaki
RGB
186, 246, 153
HSL
99°, 84%, 78%
CMYK
24, 0, 38, 4
Luminance
0.7865
Every format
| HEX | #baf699 |
| RGB | rgb(186, 246, 153) |
| HSL | hsl(99, 84%, 78%) |
| CMYK | cmyk(24%, 0%, 38%, 4%) |
| LAB | lab(91.1 -35.1 38.8) |
| LCH | lch(91.1 52.3 132.2) |
| OKLCH | oklch(0.911 0.136 135.1) |
Copy-ready code
/* CSS */
color: #baf699;
background-color: #baf699;
/* Tailwind (arbitrary) */
class="text-[#baf699] bg-[#baf699]"
/* SCSS */
$brand: #baf699;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.600)
/* Android */
Color.parseColor("#baf699")Accessibility — WCAG contrast
Aa
#baf699 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf699 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue60.0%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow37.8%
Key (black)3.5%
Color previews
#baf699 text on a black background
contrast 16.73:1
Card sample
#baf699 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf699;
Background color
Panel with #baf699 background
background-color: #baf699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf699; background: linear-gradient(135deg, #baf699, #99F6B6);