#cafdaf
a light, electric green · cool · closest name: khaki
RGB
202, 253, 175
HSL
99°, 95%, 84%
CMYK
20, 0, 31, 1
Luminance
0.8590
Every format
| HEX | #cafdaf |
| RGB | rgb(202, 253, 175) |
| HSL | hsl(99, 95%, 84%) |
| CMYK | cmyk(20%, 0%, 31%, 1%) |
| LAB | lab(94.3 -29.8 32.2) |
| LCH | lch(94.3 43.9 132.8) |
| OKLCH | oklch(0.940 0.115 135.1) |
Copy-ready code
/* CSS */
color: #cafdaf;
background-color: #cafdaf;
/* Tailwind (arbitrary) */
class="text-[#cafdaf] bg-[#cafdaf]"
/* SCSS */
$brand: #cafdaf;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#cafdaf")Accessibility — WCAG contrast
Aa
#cafdaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafdaf on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue68.6%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#cafdaf text on a black background
contrast 18.18:1
Card sample
#cafdaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafdaf;
Background color
Panel with #cafdaf background
background-color: #cafdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafdaf; background: linear-gradient(135deg, #cafdaf, #AFFDC8);