#cdec46
a balanced, electric green · cool · closest name: yellow
RGB
205, 236, 70
HSL
71°, 81%, 60%
CMYK
13, 0, 70, 8
Luminance
0.7341
Every format
| HEX | #cdec46 |
| RGB | rgb(205, 236, 70) |
| HSL | hsl(71, 81%, 60%) |
| CMYK | cmyk(13%, 0%, 70%, 8%) |
| LAB | lab(88.6 -31.2 72.7) |
| LCH | lch(88.6 79.1 113.2) |
| OKLCH | oklch(0.891 0.187 119.6) |
Copy-ready code
/* CSS */
color: #cdec46;
background-color: #cdec46;
/* Tailwind (arbitrary) */
class="text-[#cdec46] bg-[#cdec46]"
/* SCSS */
$brand: #cdec46;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.275)
/* Android */
Color.parseColor("#cdec46")Accessibility — WCAG contrast
Aa
#cdec46 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdec46 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue27.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow70.3%
Key (black)7.5%
Color previews
#cdec46 text on a black background
contrast 15.68:1
Card sample
#cdec46 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdec46;
Background color
Panel with #cdec46 background
background-color: #cdec46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdec46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdec46; background: linear-gradient(135deg, #cdec46, #5EEC46);