#cdf0ad
a light, vivid green · cool · closest name: khaki
RGB
205, 240, 173
HSL
91°, 69%, 81%
CMYK
15, 0, 28, 6
Luminance
0.7832
Every format
| HEX | #cdf0ad |
| RGB | rgb(205, 240, 173) |
| HSL | hsl(91, 69%, 81%) |
| CMYK | cmyk(15%, 0%, 28%, 6%) |
| LAB | lab(90.9 -22.9 28.8) |
| LCH | lch(90.9 36.8 128.6) |
| OKLCH | oklch(0.914 0.095 130.5) |
Copy-ready code
/* CSS */
color: #cdf0ad;
background-color: #cdf0ad;
/* Tailwind (arbitrary) */
class="text-[#cdf0ad] bg-[#cdf0ad]"
/* SCSS */
$brand: #cdf0ad;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.678)
/* Android */
Color.parseColor("#cdf0ad")Accessibility — WCAG contrast
Aa
#cdf0ad on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf0ad on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue67.8%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow27.9%
Key (black)5.9%
Color previews
#cdf0ad text on a black background
contrast 16.66:1
Card sample
#cdf0ad text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf0ad;
Background color
Panel with #cdf0ad background
background-color: #cdf0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf0ad; background: linear-gradient(135deg, #cdf0ad, #ADF0BA);