#cdee9f
a light, vivid green · cool · closest name: khaki
RGB
205, 238, 159
HSL
85°, 70%, 78%
CMYK
14, 0, 33, 7
Luminance
0.7663
Every format
| HEX | #cdee9f |
| RGB | rgb(205, 238, 159) |
| HSL | hsl(85, 70%, 78%) |
| CMYK | cmyk(14%, 0%, 33%, 7%) |
| LAB | lab(90.2 -23.9 34.8) |
| LCH | lch(90.2 42.2 124.5) |
| OKLCH | oklch(0.907 0.108 126.9) |
Copy-ready code
/* CSS */
color: #cdee9f;
background-color: #cdee9f;
/* Tailwind (arbitrary) */
class="text-[#cdee9f] bg-[#cdee9f]"
/* SCSS */
$brand: #cdee9f;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.624)
/* Android */
Color.parseColor("#cdee9f")Accessibility — WCAG contrast
Aa
#cdee9f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdee9f on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue62.4%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow33.2%
Key (black)6.7%
Color previews
#cdee9f text on a black background
contrast 16.33:1
Card sample
#cdee9f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdee9f;
Background color
Panel with #cdee9f background
background-color: #cdee9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdee9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdee9f; background: linear-gradient(135deg, #cdee9f, #9FEEA6);