#ccee2f
a balanced, electric green · cool · closest name: yellow
RGB
204, 238, 47
HSL
71°, 85%, 56%
CMYK
14, 0, 80, 7
Luminance
0.7419
Every format
| HEX | #ccee2f |
| RGB | rgb(204, 238, 47) |
| HSL | hsl(71, 85%, 56%) |
| CMYK | cmyk(14%, 0%, 80%, 7%) |
| LAB | lab(89.0 -33.5 80.0) |
| LCH | lch(89.0 86.7 112.7) |
| OKLCH | oklch(0.894 0.201 120.0) |
Copy-ready code
/* CSS */
color: #ccee2f;
background-color: #ccee2f;
/* Tailwind (arbitrary) */
class="text-[#ccee2f] bg-[#ccee2f]"
/* SCSS */
$brand: #ccee2f;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#ccee2f")Accessibility — WCAG contrast
Aa
#ccee2f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccee2f on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue18.4%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#ccee2f text on a black background
contrast 15.84:1
Card sample
#ccee2f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccee2f;
Background color
Panel with #ccee2f background
background-color: #ccee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccee2f; background: linear-gradient(135deg, #ccee2f, #4DEE2F);