#cded4f
a balanced, electric green · cool · closest name: yellow
RGB
205, 237, 79
HSL
72°, 81%, 62%
CMYK
14, 0, 67, 7
Luminance
0.7411
Every format
| HEX | #cded4f |
| RGB | rgb(205, 237, 79) |
| HSL | hsl(72, 81%, 62%) |
| CMYK | cmyk(14%, 0%, 67%, 7%) |
| LAB | lab(89.0 -31.1 69.8) |
| LCH | lch(89.0 76.4 114.0) |
| OKLCH | oklch(0.894 0.182 120.1) |
Copy-ready code
/* CSS */
color: #cded4f;
background-color: #cded4f;
/* Tailwind (arbitrary) */
class="text-[#cded4f] bg-[#cded4f]"
/* SCSS */
$brand: #cded4f;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.310)
/* Android */
Color.parseColor("#cded4f")Accessibility — WCAG contrast
Aa
#cded4f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cded4f on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue31.0%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow66.7%
Key (black)7.1%
Color previews
#cded4f text on a black background
contrast 15.82:1
Card sample
#cded4f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cded4f;
Background color
Panel with #cded4f background
background-color: #cded4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cded4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cded4f; background: linear-gradient(135deg, #cded4f, #64ED4F);