#ccfd10
a balanced, electric green · cool · closest name: yellow
RGB
204, 253, 16
HSL
72°, 98%, 53%
CMYK
19, 0, 94, 1
Luminance
0.8313
Every format
| HEX | #ccfd10 |
| RGB | rgb(204, 253, 16) |
| HSL | hsl(72, 98%, 53%) |
| CMYK | cmyk(19%, 0%, 94%, 1%) |
| LAB | lab(93.1 -40.9 88.7) |
| LCH | lch(93.1 97.6 114.8) |
| OKLCH | oklch(0.926 0.225 122.8) |
Copy-ready code
/* CSS */
color: #ccfd10;
background-color: #ccfd10;
/* Tailwind (arbitrary) */
class="text-[#ccfd10] bg-[#ccfd10]"
/* SCSS */
$brand: #ccfd10;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.063)
/* Android */
Color.parseColor("#ccfd10")Accessibility — WCAG contrast
Aa
#ccfd10 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfd10 on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue6.3%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow93.7%
Key (black)0.8%
Color previews
#ccfd10 text on a black background
contrast 17.63:1
Card sample
#ccfd10 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfd10;
Background color
Panel with #ccfd10 background
background-color: #ccfd10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfd10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfd10; background: linear-gradient(135deg, #ccfd10, #2EFD10);