#cdec32
a balanced, electric green · cool · closest name: yellow
RGB
205, 236, 50
HSL
70°, 83%, 56%
CMYK
13, 0, 79, 8
Luminance
0.7320
Every format
| HEX | #cdec32 |
| RGB | rgb(205, 236, 50) |
| HSL | hsl(70, 83%, 56%) |
| CMYK | cmyk(13%, 0%, 79%, 8%) |
| LAB | lab(88.5 -32.1 78.8) |
| LCH | lch(88.5 85.1 112.2) |
| OKLCH | oklch(0.890 0.197 119.3) |
Copy-ready code
/* CSS */
color: #cdec32;
background-color: #cdec32;
/* Tailwind (arbitrary) */
class="text-[#cdec32] bg-[#cdec32]"
/* SCSS */
$brand: #cdec32;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.196)
/* Android */
Color.parseColor("#cdec32")Accessibility — WCAG contrast
Aa
#cdec32 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdec32 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue19.6%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow78.8%
Key (black)7.5%
Color previews
#cdec32 text on a black background
contrast 15.64:1
Card sample
#cdec32 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdec32;
Background color
Panel with #cdec32 background
background-color: #cdec32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdec32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdec32; background: linear-gradient(135deg, #cdec32, #51EC32);