#cdee9b
a light, vivid green · cool · closest name: khaki
RGB
205, 238, 155
HSL
84°, 71%, 77%
CMYK
14, 0, 35, 7
Luminance
0.7649
Every format
| HEX | #cdee9b |
| RGB | rgb(205, 238, 155) |
| HSL | hsl(84, 71%, 77%) |
| CMYK | cmyk(14%, 0%, 35%, 7%) |
| LAB | lab(90.1 -24.4 36.7) |
| LCH | lch(90.1 44.1 123.6) |
| OKLCH | oklch(0.906 0.113 126.2) |
Copy-ready code
/* CSS */
color: #cdee9b;
background-color: #cdee9b;
/* Tailwind (arbitrary) */
class="text-[#cdee9b] bg-[#cdee9b]"
/* SCSS */
$brand: #cdee9b;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.608)
/* Android */
Color.parseColor("#cdee9b")Accessibility — WCAG contrast
Aa
#cdee9b on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdee9b on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue60.8%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow34.9%
Key (black)6.7%
Color previews
#cdee9b text on a black background
contrast 16.30:1
Card sample
#cdee9b text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdee9b;
Background color
Panel with #cdee9b background
background-color: #cdee9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdee9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdee9b; background: linear-gradient(135deg, #cdee9b, #9BEEA1);