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