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