#cdf6ad
a light, electric green · cool · closest name: khaki
RGB
205, 246, 173
HSL
94°, 80%, 82%
CMYK
17, 0, 30, 4
Luminance
0.8191
Every format
| HEX | #cdf6ad |
| RGB | rgb(205, 246, 173) |
| HSL | hsl(94, 80%, 82%) |
| CMYK | cmyk(17%, 0%, 30%, 4%) |
| LAB | lab(92.5 -25.8 30.9) |
| LCH | lch(92.5 40.3 129.8) |
| OKLCH | oklch(0.926 0.104 132.0) |
Copy-ready code
/* CSS */
color: #cdf6ad;
background-color: #cdf6ad;
/* Tailwind (arbitrary) */
class="text-[#cdf6ad] bg-[#cdf6ad]"
/* SCSS */
$brand: #cdf6ad;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.678)
/* Android */
Color.parseColor("#cdf6ad")Accessibility — WCAG contrast
Aa
#cdf6ad on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6ad on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue67.8%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow29.7%
Key (black)3.5%
Color previews
#cdf6ad text on a black background
contrast 17.38:1
Card sample
#cdf6ad text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6ad;
Background color
Panel with #cdf6ad background
background-color: #cdf6ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6ad; background: linear-gradient(135deg, #cdf6ad, #ADF6BE);