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