#cdec55
a balanced, electric green · cool · closest name: yellow
RGB
205, 236, 85
HSL
72°, 80%, 63%
CMYK
13, 0, 64, 8
Luminance
0.7363
Every format
| HEX | #cdec55 |
| RGB | rgb(205, 236, 85) |
| HSL | hsl(72, 80%, 63%) |
| CMYK | cmyk(13%, 0%, 64%, 8%) |
| LAB | lab(88.8 -30.3 67.3) |
| LCH | lch(88.8 73.8 114.2) |
| OKLCH | oklch(0.893 0.177 120.0) |
Copy-ready code
/* CSS */
color: #cdec55;
background-color: #cdec55;
/* Tailwind (arbitrary) */
class="text-[#cdec55] bg-[#cdec55]"
/* SCSS */
$brand: #cdec55;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.333)
/* Android */
Color.parseColor("#cdec55")Accessibility — WCAG contrast
Aa
#cdec55 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdec55 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue33.3%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow64.0%
Key (black)7.5%
Color previews
#cdec55 text on a black background
contrast 15.73:1
Card sample
#cdec55 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdec55;
Background color
Panel with #cdec55 background
background-color: #cdec55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdec55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdec55; background: linear-gradient(135deg, #cdec55, #68EC55);