#cddb9c
a light, vivid green · cool · closest name: khaki
RGB
205, 219, 156
HSL
73°, 47%, 74%
CMYK
6, 0, 29, 14
Luminance
0.6604
Every format
| HEX | #cddb9c |
| RGB | rgb(205, 219, 156) |
| HSL | hsl(73, 47%, 74%) |
| CMYK | cmyk(6%, 0%, 29%, 14%) |
| LAB | lab(85.0 -15.0 29.5) |
| LCH | lch(85.0 33.1 116.9) |
| OKLCH | oklch(0.866 0.084 118.4) |
Copy-ready code
/* CSS */
color: #cddb9c;
background-color: #cddb9c;
/* Tailwind (arbitrary) */
class="text-[#cddb9c] bg-[#cddb9c]"
/* SCSS */
$brand: #cddb9c;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.612)
/* Android */
Color.parseColor("#cddb9c")Accessibility — WCAG contrast
Aa
#cddb9c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddb9c on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue61.2%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow28.8%
Key (black)14.1%
Color previews
#cddb9c text on a black background
contrast 14.21:1
Card sample
#cddb9c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddb9c;
Background color
Panel with #cddb9c background
background-color: #cddb9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddb9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddb9c; background: linear-gradient(135deg, #cddb9c, #A3DB9C);