#cddf82
a light, vivid green · cool · closest name: khaki
RGB
205, 223, 130
HSL
72°, 59%, 69%
CMYK
8, 0, 42, 13
Luminance
0.6737
Every format
| HEX | #cddf82 |
| RGB | rgb(205, 223, 130) |
| HSL | hsl(72, 59%, 69%) |
| CMYK | cmyk(8%, 0%, 42%, 13%) |
| LAB | lab(85.7 -20.2 43.5) |
| LCH | lch(85.7 47.9 114.9) |
| OKLCH | oklch(0.870 0.119 117.9) |
Copy-ready code
/* CSS */
color: #cddf82;
background-color: #cddf82;
/* Tailwind (arbitrary) */
class="text-[#cddf82] bg-[#cddf82]"
/* SCSS */
$brand: #cddf82;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.510)
/* Android */
Color.parseColor("#cddf82")Accessibility — WCAG contrast
Aa
#cddf82 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf82 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue51.0%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow41.7%
Key (black)12.5%
Color previews
#cddf82 text on a black background
contrast 14.47:1
Card sample
#cddf82 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf82;
Background color
Panel with #cddf82 background
background-color: #cddf82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf82; background: linear-gradient(135deg, #cddf82, #8FDF82);