#baf397
a light, electric green · cool · closest name: khaki
RGB
186, 243, 151
HSL
97°, 79%, 77%
CMYK
24, 0, 38, 5
Luminance
0.7677
Every format
| HEX | #baf397 |
| RGB | rgb(186, 243, 151) |
| HSL | hsl(97, 79%, 77%) |
| CMYK | cmyk(24%, 0%, 38%, 5%) |
| LAB | lab(90.2 -34.0 38.7) |
| LCH | lch(90.2 51.5 131.3) |
| OKLCH | oklch(0.904 0.133 134.3) |
Copy-ready code
/* CSS */
color: #baf397;
background-color: #baf397;
/* Tailwind (arbitrary) */
class="text-[#baf397] bg-[#baf397]"
/* SCSS */
$brand: #baf397;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.592)
/* Android */
Color.parseColor("#baf397")Accessibility — WCAG contrast
Aa
#baf397 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf397 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue59.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow37.9%
Key (black)4.7%
Color previews
#baf397 text on a black background
contrast 16.35:1
Card sample
#baf397 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf397;
Background color
Panel with #baf397 background
background-color: #baf397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf397; background: linear-gradient(135deg, #baf397, #97F3B2);