#ccfd59
a light, electric green · cool · closest name: yellow
RGB
204, 253, 89
HSL
78°, 98%, 67%
CMYK
19, 0, 65, 1
Luminance
0.8381
Every format
| HEX | #ccfd59 |
| RGB | rgb(204, 253, 89) |
| HSL | hsl(78, 98%, 67%) |
| CMYK | cmyk(19%, 0%, 65%, 1%) |
| LAB | lab(93.4 -38.2 70.5) |
| LCH | lch(93.4 80.2 118.4) |
| OKLCH | oklch(0.930 0.194 124.4) |
Copy-ready code
/* CSS */
color: #ccfd59;
background-color: #ccfd59;
/* Tailwind (arbitrary) */
class="text-[#ccfd59] bg-[#ccfd59]"
/* SCSS */
$brand: #ccfd59;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.349)
/* Android */
Color.parseColor("#ccfd59")Accessibility — WCAG contrast
Aa
#ccfd59 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfd59 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue34.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow64.8%
Key (black)0.8%
Color previews
#ccfd59 text on a black background
contrast 17.76:1
Card sample
#ccfd59 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfd59;
Background color
Panel with #ccfd59 background
background-color: #ccfd59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfd59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfd59; background: linear-gradient(135deg, #ccfd59, #5FFD59);