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