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