#cdf7af
a light, electric green · cool · closest name: khaki
RGB
205, 247, 175
HSL
95°, 82%, 83%
CMYK
17, 0, 29, 3
Luminance
0.8260
Every format
| HEX | #cdf7af |
| RGB | rgb(205, 247, 175) |
| HSL | hsl(95, 82%, 83%) |
| CMYK | cmyk(17%, 0%, 29%, 3%) |
| LAB | lab(92.8 -26.0 30.3) |
| LCH | lch(92.8 39.9 130.6) |
| OKLCH | oklch(0.929 0.104 132.7) |
Copy-ready code
/* CSS */
color: #cdf7af;
background-color: #cdf7af;
/* Tailwind (arbitrary) */
class="text-[#cdf7af] bg-[#cdf7af]"
/* SCSS */
$brand: #cdf7af;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.686)
/* Android */
Color.parseColor("#cdf7af")Accessibility — WCAG contrast
Aa
#cdf7af on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf7af on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue68.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow29.1%
Key (black)3.1%
Color previews
#cdf7af text on a black background
contrast 17.52:1
Card sample
#cdf7af text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf7af;
Background color
Panel with #cdf7af background
background-color: #cdf7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf7af; background: linear-gradient(135deg, #cdf7af, #AFF7C1);