#baf97d
a light, electric green · cool · closest name: khaki
RGB
186, 249, 125
HSL
91°, 91%, 73%
CMYK
25, 0, 50, 2
Luminance
0.7967
Every format
| HEX | #baf97d |
| RGB | rgb(186, 249, 125) |
| HSL | hsl(91, 91%, 73%) |
| CMYK | cmyk(25%, 0%, 50%, 2%) |
| LAB | lab(91.5 -39.8 52.8) |
| LCH | lch(91.5 66.2 127.0) |
| OKLCH | oklch(0.913 0.168 131.2) |
Copy-ready code
/* CSS */
color: #baf97d;
background-color: #baf97d;
/* Tailwind (arbitrary) */
class="text-[#baf97d] bg-[#baf97d]"
/* SCSS */
$brand: #baf97d;
/* SwiftUI */
Color(red: 0.729, green: 0.976, blue: 0.490)
/* Android */
Color.parseColor("#baf97d")Accessibility — WCAG contrast
Aa
#baf97d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf97d on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.6%
Blue49.0%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow49.8%
Key (black)2.4%
Color previews
#baf97d text on a black background
contrast 16.93:1
Card sample
#baf97d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf97d;
Background color
Panel with #baf97d background
background-color: #baf97d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf97d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 249, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 249, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf97d; background: linear-gradient(135deg, #baf97d, #7DF993);