#ccec4f
a balanced, electric green · cool · closest name: yellow
RGB
204, 236, 79
HSL
72°, 81%, 62%
CMYK
14, 0, 67, 8
Luminance
0.7339
Every format
| HEX | #ccec4f |
| RGB | rgb(204, 236, 79) |
| HSL | hsl(72, 81%, 62%) |
| CMYK | cmyk(14%, 0%, 67%, 8%) |
| LAB | lab(88.6 -31.1 69.4) |
| LCH | lch(88.6 76.1 114.1) |
| OKLCH | oklch(0.891 0.181 120.2) |
Copy-ready code
/* CSS */
color: #ccec4f;
background-color: #ccec4f;
/* Tailwind (arbitrary) */
class="text-[#ccec4f] bg-[#ccec4f]"
/* SCSS */
$brand: #ccec4f;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.310)
/* Android */
Color.parseColor("#ccec4f")Accessibility — WCAG contrast
Aa
#ccec4f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccec4f on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue31.0%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow66.5%
Key (black)7.5%
Color previews
#ccec4f text on a black background
contrast 15.68:1
Card sample
#ccec4f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccec4f;
Background color
Panel with #ccec4f background
background-color: #ccec4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccec4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccec4f; background: linear-gradient(135deg, #ccec4f, #64EC4F);