#cddf96
a light, vivid green · cool · closest name: khaki
RGB
205, 223, 150
HSL
75°, 53%, 73%
CMYK
8, 0, 33, 13
Luminance
0.6796
Every format
| HEX | #cddf96 |
| RGB | rgb(205, 223, 150) |
| HSL | hsl(75, 53%, 73%) |
| CMYK | cmyk(8%, 0%, 33%, 13%) |
| LAB | lab(86.0 -17.8 33.9) |
| LCH | lch(86.0 38.2 117.7) |
| OKLCH | oklch(0.873 0.097 119.7) |
Copy-ready code
/* CSS */
color: #cddf96;
background-color: #cddf96;
/* Tailwind (arbitrary) */
class="text-[#cddf96] bg-[#cddf96]"
/* SCSS */
$brand: #cddf96;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.588)
/* Android */
Color.parseColor("#cddf96")Accessibility — WCAG contrast
Aa
#cddf96 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf96 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue58.8%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow32.7%
Key (black)12.5%
Color previews
#cddf96 text on a black background
contrast 14.59:1
Card sample
#cddf96 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf96;
Background color
Panel with #cddf96 background
background-color: #cddf96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf96; background: linear-gradient(135deg, #cddf96, #9CDF96);