#baf694
a light, electric green · cool · closest name: khaki
RGB
186, 246, 148
HSL
97°, 85%, 77%
CMYK
24, 0, 40, 4
Luminance
0.7849
Every format
| HEX | #baf694 |
| RGB | rgb(186, 246, 148) |
| HSL | hsl(97, 85%, 77%) |
| CMYK | cmyk(24%, 0%, 40%, 4%) |
| LAB | lab(91.0 -35.8 41.2) |
| LCH | lch(91.0 54.5 131.0) |
| OKLCH | oklch(0.910 0.141 134.1) |
Copy-ready code
/* CSS */
color: #baf694;
background-color: #baf694;
/* Tailwind (arbitrary) */
class="text-[#baf694] bg-[#baf694]"
/* SCSS */
$brand: #baf694;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.580)
/* Android */
Color.parseColor("#baf694")Accessibility — WCAG contrast
Aa
#baf694 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf694 on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue58.0%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow39.8%
Key (black)3.5%
Color previews
#baf694 text on a black background
contrast 16.70:1
Card sample
#baf694 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf694;
Background color
Panel with #baf694 background
background-color: #baf694;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf694;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf694; background: linear-gradient(135deg, #baf694, #94F6AF);