#cdda9f
a light, soft green · cool · closest name: khaki
RGB
205, 218, 159
HSL
73°, 44%, 74%
CMYK
6, 0, 27, 15
Luminance
0.6563
Every format
| HEX | #cdda9f |
| RGB | rgb(205, 218, 159) |
| HSL | hsl(73, 44%, 74%) |
| CMYK | cmyk(6%, 0%, 27%, 15%) |
| LAB | lab(84.8 -14.1 27.7) |
| LCH | lch(84.8 31.0 117.0) |
| OKLCH | oklch(0.864 0.079 118.2) |
Copy-ready code
/* CSS */
color: #cdda9f;
background-color: #cdda9f;
/* Tailwind (arbitrary) */
class="text-[#cdda9f] bg-[#cdda9f]"
/* SCSS */
$brand: #cdda9f;
/* SwiftUI */
Color(red: 0.804, green: 0.855, blue: 0.624)
/* Android */
Color.parseColor("#cdda9f")Accessibility — WCAG contrast
Aa
#cdda9f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdda9f on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.5%
Blue62.4%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow27.1%
Key (black)14.5%
Color previews
#cdda9f text on a black background
contrast 14.13:1
Card sample
#cdda9f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdda9f;
Background color
Panel with #cdda9f background
background-color: #cdda9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdda9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 218, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 218, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdda9f; background: linear-gradient(135deg, #cdda9f, #A6DA9F);