#cdd79c
a light, soft green · cool · closest name: khaki
RGB
205, 215, 156
HSL
70°, 42%, 73%
CMYK
5, 0, 27, 16
Luminance
0.6398
Every format
| HEX | #cdd79c |
| RGB | rgb(205, 215, 156) |
| HSL | hsl(70, 42%, 73%) |
| CMYK | cmyk(5%, 0%, 27%, 16%) |
| LAB | lab(84.0 -13.0 28.1) |
| LCH | lch(84.0 30.9 114.8) |
| OKLCH | oklch(0.857 0.078 115.9) |
Copy-ready code
/* CSS */
color: #cdd79c;
background-color: #cdd79c;
/* Tailwind (arbitrary) */
class="text-[#cdd79c] bg-[#cdd79c]"
/* SCSS */
$brand: #cdd79c;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.612)
/* Android */
Color.parseColor("#cdd79c")Accessibility — WCAG contrast
Aa
#cdd79c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd79c on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue61.2%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow27.4%
Key (black)15.7%
Color previews
#cdd79c text on a black background
contrast 13.80:1
Card sample
#cdd79c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd79c;
Background color
Panel with #cdd79c background
background-color: #cdd79c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd79c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd79c; background: linear-gradient(135deg, #cdd79c, #A6D79C);