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