#cdec6f
a light, electric green · cool · closest name: khaki
RGB
205, 236, 111
HSL
75°, 77%, 68%
CMYK
13, 0, 53, 8
Luminance
0.7412
Every format
| HEX | #cdec6f |
| RGB | rgb(205, 236, 111) |
| HSL | hsl(75, 77%, 68%) |
| CMYK | cmyk(13%, 0%, 53%, 8%) |
| LAB | lab(89.0 -28.3 56.5) |
| LCH | lch(89.0 63.2 116.6) |
| OKLCH | oklch(0.895 0.155 121.2) |
Copy-ready code
/* CSS */
color: #cdec6f;
background-color: #cdec6f;
/* Tailwind (arbitrary) */
class="text-[#cdec6f] bg-[#cdec6f]"
/* SCSS */
$brand: #cdec6f;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.435)
/* Android */
Color.parseColor("#cdec6f")Accessibility — WCAG contrast
Aa
#cdec6f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdec6f on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue43.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow53.0%
Key (black)7.5%
Color previews
#cdec6f text on a black background
contrast 15.82:1
Card sample
#cdec6f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdec6f;
Background color
Panel with #cdec6f background
background-color: #cdec6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdec6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdec6f; background: linear-gradient(135deg, #cdec6f, #79EC6F);