#ccec2f
a balanced, electric green · cool · closest name: yellow
RGB
204, 236, 47
HSL
70°, 83%, 56%
CMYK
14, 0, 80, 8
Luminance
0.7303
Every format
| HEX | #ccec2f |
| RGB | rgb(204, 236, 47) |
| HSL | hsl(70, 83%, 56%) |
| CMYK | cmyk(14%, 0%, 80%, 8%) |
| LAB | lab(88.5 -32.6 79.5) |
| LCH | lch(88.5 85.9 112.3) |
| OKLCH | oklch(0.889 0.199 119.5) |
Copy-ready code
/* CSS */
color: #ccec2f;
background-color: #ccec2f;
/* Tailwind (arbitrary) */
class="text-[#ccec2f] bg-[#ccec2f]"
/* SCSS */
$brand: #ccec2f;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.184)
/* Android */
Color.parseColor("#ccec2f")Accessibility — WCAG contrast
Aa
#ccec2f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccec2f on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue18.4%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow80.1%
Key (black)7.5%
Color previews
#ccec2f text on a black background
contrast 15.61:1
Card sample
#ccec2f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccec2f;
Background color
Panel with #ccec2f background
background-color: #ccec2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccec2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccec2f; background: linear-gradient(135deg, #ccec2f, #4EEC2F);