#baf293
a light, electric green · cool · closest name: khaki
RGB
186, 242, 147
HSL
95°, 79%, 76%
CMYK
23, 0, 39, 5
Luminance
0.7605
Every format
| HEX | #baf293 |
| RGB | rgb(186, 242, 147) |
| HSL | hsl(95, 79%, 76%) |
| CMYK | cmyk(23%, 0%, 39%, 5%) |
| LAB | lab(89.9 -34.1 40.2) |
| LCH | lch(89.9 52.7 130.3) |
| OKLCH | oklch(0.901 0.136 133.4) |
Copy-ready code
/* CSS */
color: #baf293;
background-color: #baf293;
/* Tailwind (arbitrary) */
class="text-[#baf293] bg-[#baf293]"
/* SCSS */
$brand: #baf293;
/* SwiftUI */
Color(red: 0.729, green: 0.949, blue: 0.576)
/* Android */
Color.parseColor("#baf293")Accessibility — WCAG contrast
Aa
#baf293 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf293 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.9%
Blue57.6%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow39.3%
Key (black)5.1%
Color previews
#baf293 text on a black background
contrast 16.21:1
Card sample
#baf293 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf293;
Background color
Panel with #baf293 background
background-color: #baf293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 242, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 242, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf293; background: linear-gradient(135deg, #baf293, #93F2AB);