#cddc97
a light, vivid green · cool · closest name: khaki
RGB
205, 220, 151
HSL
73°, 50%, 73%
CMYK
7, 0, 31, 14
Luminance
0.6640
Every format
| HEX | #cddc97 |
| RGB | rgb(205, 220, 151) |
| HSL | hsl(73, 50%, 73%) |
| CMYK | cmyk(7%, 0%, 31%, 14%) |
| LAB | lab(85.2 -16.2 32.3) |
| LCH | lch(85.2 36.1 116.6) |
| OKLCH | oklch(0.867 0.091 118.3) |
Copy-ready code
/* CSS */
color: #cddc97;
background-color: #cddc97;
/* Tailwind (arbitrary) */
class="text-[#cddc97] bg-[#cddc97]"
/* SCSS */
$brand: #cddc97;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.592)
/* Android */
Color.parseColor("#cddc97")Accessibility — WCAG contrast
Aa
#cddc97 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddc97 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue59.2%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow31.4%
Key (black)13.7%
Color previews
#cddc97 text on a black background
contrast 14.28:1
Card sample
#cddc97 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddc97;
Background color
Panel with #cddc97 background
background-color: #cddc97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddc97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddc97; background: linear-gradient(135deg, #cddc97, #9FDC97);