#cddf80
a light, vivid green · cool · closest name: khaki
RGB
205, 223, 128
HSL
71°, 60%, 69%
CMYK
8, 0, 43, 13
Luminance
0.6731
Every format
| HEX | #cddf80 |
| RGB | rgb(205, 223, 128) |
| HSL | hsl(71, 60%, 69%) |
| CMYK | cmyk(8%, 0%, 43%, 13%) |
| LAB | lab(85.7 -20.4 44.4) |
| LCH | lch(85.7 48.9 114.6) |
| OKLCH | oklch(0.869 0.122 117.8) |
Copy-ready code
/* CSS */
color: #cddf80;
background-color: #cddf80;
/* Tailwind (arbitrary) */
class="text-[#cddf80] bg-[#cddf80]"
/* SCSS */
$brand: #cddf80;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.502)
/* Android */
Color.parseColor("#cddf80")Accessibility — WCAG contrast
Aa
#cddf80 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf80 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue50.2%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow42.6%
Key (black)12.5%
Color previews
#cddf80 text on a black background
contrast 14.46:1
Card sample
#cddf80 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf80;
Background color
Panel with #cddf80 background
background-color: #cddf80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf80; background: linear-gradient(135deg, #cddf80, #8EDF80);