#cdd89c
a light, soft green · cool · closest name: khaki
RGB
205, 216, 156
HSL
71°, 44%, 73%
CMYK
5, 0, 28, 15
Luminance
0.6449
Every format
| HEX | #cdd89c |
| RGB | rgb(205, 216, 156) |
| HSL | hsl(71, 44%, 73%) |
| CMYK | cmyk(5%, 0%, 28%, 15%) |
| LAB | lab(84.2 -13.5 28.4) |
| LCH | lch(84.2 31.5 115.4) |
| OKLCH | oklch(0.859 0.080 116.6) |
Copy-ready code
/* CSS */
color: #cdd89c;
background-color: #cdd89c;
/* Tailwind (arbitrary) */
class="text-[#cdd89c] bg-[#cdd89c]"
/* SCSS */
$brand: #cdd89c;
/* SwiftUI */
Color(red: 0.804, green: 0.847, blue: 0.612)
/* Android */
Color.parseColor("#cdd89c")Accessibility — WCAG contrast
Aa
#cdd89c on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd89c on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.7%
Blue61.2%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow27.8%
Key (black)15.3%
Color previews
#cdd89c text on a black background
contrast 13.90:1
Card sample
#cdd89c text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd89c;
Background color
Panel with #cdd89c background
background-color: #cdd89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 216, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 216, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd89c; background: linear-gradient(135deg, #cdd89c, #A5D89C);