#baf975
a light, electric green · cool · closest name: khaki
RGB
186, 249, 117
HSL
89°, 92%, 72%
CMYK
25, 0, 53, 2
Luminance
0.7947
Every format
| HEX | #baf975 |
| RGB | rgb(186, 249, 117) |
| HSL | hsl(89, 92%, 72%) |
| CMYK | cmyk(25%, 0%, 53%, 2%) |
| LAB | lab(91.5 -40.7 56.4) |
| LCH | lch(91.5 69.5 125.8) |
| OKLCH | oklch(0.912 0.175 130.4) |
Copy-ready code
/* CSS */
color: #baf975;
background-color: #baf975;
/* Tailwind (arbitrary) */
class="text-[#baf975] bg-[#baf975]"
/* SCSS */
$brand: #baf975;
/* SwiftUI */
Color(red: 0.729, green: 0.976, blue: 0.459)
/* Android */
Color.parseColor("#baf975")Accessibility — WCAG contrast
Aa
#baf975 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf975 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.6%
Blue45.9%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow53.0%
Key (black)2.4%
Color previews
#baf975 text on a black background
contrast 16.89:1
Card sample
#baf975 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf975;
Background color
Panel with #baf975 background
background-color: #baf975;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf975;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 249, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 249, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf975; background: linear-gradient(135deg, #baf975, #75F988);