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