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