#cddf94
a light, vivid green · cool · closest name: khaki
RGB
205, 223, 148
HSL
74°, 54%, 73%
CMYK
8, 0, 34, 13
Luminance
0.6789
Every format
| HEX | #cddf94 |
| RGB | rgb(205, 223, 148) |
| HSL | hsl(74, 54%, 73%) |
| CMYK | cmyk(8%, 0%, 34%, 13%) |
| LAB | lab(86.0 -18.0 34.8) |
| LCH | lch(86.0 39.2 117.4) |
| OKLCH | oklch(0.873 0.099 119.5) |
Copy-ready code
/* CSS */
color: #cddf94;
background-color: #cddf94;
/* Tailwind (arbitrary) */
class="text-[#cddf94] bg-[#cddf94]"
/* SCSS */
$brand: #cddf94;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.580)
/* Android */
Color.parseColor("#cddf94")Accessibility — WCAG contrast
Aa
#cddf94 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf94 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue58.0%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow33.6%
Key (black)12.5%
Color previews
#cddf94 text on a black background
contrast 14.58:1
Card sample
#cddf94 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf94;
Background color
Panel with #cddf94 background
background-color: #cddf94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf94; background: linear-gradient(135deg, #cddf94, #9BDF94);