#baf296
a light, electric green · cool · closest name: khaki
RGB
186, 242, 150
HSL
97°, 78%, 77%
CMYK
23, 0, 38, 5
Luminance
0.7615
Every format
| HEX | #baf296 |
| RGB | rgb(186, 242, 150) |
| HSL | hsl(97, 78%, 77%) |
| CMYK | cmyk(23%, 0%, 38%, 5%) |
| LAB | lab(89.9 -33.7 38.8) |
| LCH | lch(89.9 51.4 131.0) |
| OKLCH | oklch(0.901 0.133 133.9) |
Copy-ready code
/* CSS */
color: #baf296;
background-color: #baf296;
/* Tailwind (arbitrary) */
class="text-[#baf296] bg-[#baf296]"
/* SCSS */
$brand: #baf296;
/* SwiftUI */
Color(red: 0.729, green: 0.949, blue: 0.588)
/* Android */
Color.parseColor("#baf296")Accessibility — WCAG contrast
Aa
#baf296 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf296 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.9%
Blue58.8%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow38.0%
Key (black)5.1%
Color previews
#baf296 text on a black background
contrast 16.23:1
Card sample
#baf296 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf296;
Background color
Panel with #baf296 background
background-color: #baf296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 242, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 242, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf296; background: linear-gradient(135deg, #baf296, #96F2AF);