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