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