#cdec8f
a light, vivid green · cool · closest name: khaki
RGB
205, 236, 143
HSL
80°, 71%, 74%
CMYK
13, 0, 39, 8
Luminance
0.7495
Every format
| HEX | #cdec8f |
| RGB | rgb(205, 236, 143) |
| HSL | hsl(80, 71%, 74%) |
| CMYK | cmyk(13%, 0%, 39%, 8%) |
| LAB | lab(89.4 -25.0 41.8) |
| LCH | lch(89.4 48.6 120.9) |
| OKLCH | oklch(0.900 0.123 123.9) |
Copy-ready code
/* CSS */
color: #cdec8f;
background-color: #cdec8f;
/* Tailwind (arbitrary) */
class="text-[#cdec8f] bg-[#cdec8f]"
/* SCSS */
$brand: #cdec8f;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.561)
/* Android */
Color.parseColor("#cdec8f")Accessibility — WCAG contrast
Aa
#cdec8f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdec8f on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue56.1%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow39.4%
Key (black)7.5%
Color previews
#cdec8f text on a black background
contrast 15.99:1
Card sample
#cdec8f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdec8f;
Background color
Panel with #cdec8f background
background-color: #cdec8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdec8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdec8f; background: linear-gradient(135deg, #cdec8f, #8FEC8F);