#caff95
a light, electric green · cool · closest name: khaki
RGB
202, 255, 149
HSL
90°, 100%, 79%
CMYK
21, 0, 42, 0
Luminance
0.8625
Every format
| HEX | #caff95 |
| RGB | rgb(202, 255, 149) |
| HSL | hsl(90, 100%, 79%) |
| CMYK | cmyk(21%, 0%, 42%, 0%) |
| LAB | lab(94.4 -34.2 45.2) |
| LCH | lch(94.4 56.7 127.1) |
| OKLCH | oklch(0.940 0.145 130.4) |
Copy-ready code
/* CSS */
color: #caff95;
background-color: #caff95;
/* Tailwind (arbitrary) */
class="text-[#caff95] bg-[#caff95]"
/* SCSS */
$brand: #caff95;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.584)
/* Android */
Color.parseColor("#caff95")Accessibility — WCAG contrast
Aa
#caff95 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caff95 on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue58.4%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow41.6%
Key (black)0.0%
Color previews
#caff95 text on a black background
contrast 18.25:1
Card sample
#caff95 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caff95;
Background color
Panel with #caff95 background
background-color: #caff95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caff95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caff95; background: linear-gradient(135deg, #caff95, #95FFA7);