#cdf6af
a light, electric green · cool · closest name: khaki
RGB
205, 246, 175
HSL
95°, 80%, 83%
CMYK
17, 0, 29, 4
Luminance
0.8199
Every format
| HEX | #cdf6af |
| RGB | rgb(205, 246, 175) |
| HSL | hsl(95, 80%, 83%) |
| CMYK | cmyk(17%, 0%, 29%, 4%) |
| LAB | lab(92.6 -25.5 30.0) |
| LCH | lch(92.6 39.3 130.4) |
| OKLCH | oklch(0.927 0.102 132.5) |
Copy-ready code
/* CSS */
color: #cdf6af;
background-color: #cdf6af;
/* Tailwind (arbitrary) */
class="text-[#cdf6af] bg-[#cdf6af]"
/* SCSS */
$brand: #cdf6af;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.686)
/* Android */
Color.parseColor("#cdf6af")Accessibility — WCAG contrast
Aa
#cdf6af on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6af on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue68.6%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow28.9%
Key (black)3.5%
Color previews
#cdf6af text on a black background
contrast 17.40:1
Card sample
#cdf6af text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6af;
Background color
Panel with #cdf6af background
background-color: #cdf6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6af; background: linear-gradient(135deg, #cdf6af, #AFF6C0);