#cddc82
a light, vivid green · cool · closest name: khaki
RGB
205, 220, 130
HSL
70°, 56%, 69%
CMYK
7, 0, 41, 14
Luminance
0.6578
Every format
| HEX | #cddc82 |
| RGB | rgb(205, 220, 130) |
| HSL | hsl(70, 56%, 69%) |
| CMYK | cmyk(7%, 0%, 41%, 14%) |
| LAB | lab(84.9 -18.7 42.5) |
| LCH | lch(84.9 46.4 113.8) |
| OKLCH | oklch(0.863 0.116 116.6) |
Copy-ready code
/* CSS */
color: #cddc82;
background-color: #cddc82;
/* Tailwind (arbitrary) */
class="text-[#cddc82] bg-[#cddc82]"
/* SCSS */
$brand: #cddc82;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.510)
/* Android */
Color.parseColor("#cddc82")Accessibility — WCAG contrast
Aa
#cddc82 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddc82 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue51.0%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow40.9%
Key (black)13.7%
Color previews
#cddc82 text on a black background
contrast 14.16:1
Card sample
#cddc82 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddc82;
Background color
Panel with #cddc82 background
background-color: #cddc82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddc82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddc82; background: linear-gradient(135deg, #cddc82, #91DC82);