#caf394
a light, electric green · cool · closest name: khaki
RGB
202, 243, 148
HSL
86°, 80%, 77%
CMYK
17, 0, 39, 5
Luminance
0.7880
Every format
| HEX | #caf394 |
| RGB | rgb(202, 243, 148) |
| HSL | hsl(86, 80%, 77%) |
| CMYK | cmyk(17%, 0%, 39%, 5%) |
| LAB | lab(91.1 -28.8 41.5) |
| LCH | lch(91.1 50.5 124.7) |
| OKLCH | oklch(0.914 0.129 127.8) |
Copy-ready code
/* CSS */
color: #caf394;
background-color: #caf394;
/* Tailwind (arbitrary) */
class="text-[#caf394] bg-[#caf394]"
/* SCSS */
$brand: #caf394;
/* SwiftUI */
Color(red: 0.792, green: 0.953, blue: 0.580)
/* Android */
Color.parseColor("#caf394")Accessibility — WCAG contrast
Aa
#caf394 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf394 on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green95.3%
Blue58.0%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow39.1%
Key (black)4.7%
Color previews
#caf394 text on a black background
contrast 16.76:1
Card sample
#caf394 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf394;
Background color
Panel with #caf394 background
background-color: #caf394;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf394;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 243, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 243, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf394; background: linear-gradient(135deg, #caf394, #94F39D);