#cded2f
a balanced, electric green · cool · closest name: yellow
RGB
205, 237, 47
HSL
70°, 84%, 56%
CMYK
14, 0, 80, 7
Luminance
0.7375
Every format
| HEX | #cded2f |
| RGB | rgb(205, 237, 47) |
| HSL | hsl(70, 84%, 56%) |
| CMYK | cmyk(14%, 0%, 80%, 7%) |
| LAB | lab(88.8 -32.6 79.8) |
| LCH | lch(88.8 86.2 112.2) |
| OKLCH | oklch(0.892 0.199 119.5) |
Copy-ready code
/* CSS */
color: #cded2f;
background-color: #cded2f;
/* Tailwind (arbitrary) */
class="text-[#cded2f] bg-[#cded2f]"
/* SCSS */
$brand: #cded2f;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.184)
/* Android */
Color.parseColor("#cded2f")Accessibility — WCAG contrast
Aa
#cded2f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cded2f on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue18.4%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow80.2%
Key (black)7.1%
Color previews
#cded2f text on a black background
contrast 15.75:1
Card sample
#cded2f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cded2f;
Background color
Panel with #cded2f background
background-color: #cded2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cded2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cded2f; background: linear-gradient(135deg, #cded2f, #4EED2F);