#cafd8f
a light, electric green · cool · closest name: khaki
RGB
202, 253, 143
HSL
88°, 97%, 78%
CMYK
20, 0, 44, 1
Luminance
0.8479
Every format
| HEX | #cafd8f |
| RGB | rgb(202, 253, 143) |
| HSL | hsl(88, 97%, 78%) |
| CMYK | cmyk(20%, 0%, 44%, 1%) |
| LAB | lab(93.8 -34.0 47.3) |
| LCH | lch(93.8 58.3 125.7) |
| OKLCH | oklch(0.935 0.148 129.3) |
Copy-ready code
/* CSS */
color: #cafd8f;
background-color: #cafd8f;
/* Tailwind (arbitrary) */
class="text-[#cafd8f] bg-[#cafd8f]"
/* SCSS */
$brand: #cafd8f;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#cafd8f")Accessibility — WCAG contrast
Aa
#cafd8f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafd8f on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue56.1%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#cafd8f text on a black background
contrast 17.96:1
Card sample
#cafd8f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafd8f;
Background color
Panel with #cafd8f background
background-color: #cafd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafd8f; background: linear-gradient(135deg, #cafd8f, #8FFD9D);