#cdec5d
a balanced, electric green · cool · closest name: khaki
RGB
205, 236, 93
HSL
73°, 79%, 65%
CMYK
13, 0, 61, 8
Luminance
0.7376
Every format
| HEX | #cdec5d |
| RGB | rgb(205, 236, 93) |
| HSL | hsl(73, 79%, 65%) |
| CMYK | cmyk(13%, 0%, 61%, 8%) |
| LAB | lab(88.8 -29.8 64.1) |
| LCH | lch(88.8 70.7 114.9) |
| OKLCH | oklch(0.893 0.171 120.3) |
Copy-ready code
/* CSS */
color: #cdec5d;
background-color: #cdec5d;
/* Tailwind (arbitrary) */
class="text-[#cdec5d] bg-[#cdec5d]"
/* SCSS */
$brand: #cdec5d;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.365)
/* Android */
Color.parseColor("#cdec5d")Accessibility — WCAG contrast
Aa
#cdec5d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdec5d on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue36.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow60.6%
Key (black)7.5%
Color previews
#cdec5d text on a black background
contrast 15.75:1
Card sample
#cdec5d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdec5d;
Background color
Panel with #cdec5d background
background-color: #cdec5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdec5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdec5d; background: linear-gradient(135deg, #cdec5d, #6EEC5D);