#ccf74f
a balanced, electric green · cool · closest name: yellow
RGB
204, 247, 79
HSL
75°, 91%, 64%
CMYK
17, 0, 68, 3
Luminance
0.7992
Every format
| HEX | #ccf74f |
| RGB | rgb(204, 247, 79) |
| HSL | hsl(75, 91%, 64%) |
| CMYK | cmyk(17%, 0%, 68%, 3%) |
| LAB | lab(91.7 -36.1 72.5) |
| LCH | lch(91.7 81.0 116.5) |
| OKLCH | oklch(0.916 0.194 122.8) |
Copy-ready code
/* CSS */
color: #ccf74f;
background-color: #ccf74f;
/* Tailwind (arbitrary) */
class="text-[#ccf74f] bg-[#ccf74f]"
/* SCSS */
$brand: #ccf74f;
/* SwiftUI */
Color(red: 0.800, green: 0.969, blue: 0.310)
/* Android */
Color.parseColor("#ccf74f")Accessibility — WCAG contrast
Aa
#ccf74f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf74f on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.9%
Blue31.0%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow68.0%
Key (black)3.1%
Color previews
#ccf74f text on a black background
contrast 16.98:1
Card sample
#ccf74f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf74f;
Background color
Panel with #ccf74f background
background-color: #ccf74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 247, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 247, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf74f; background: linear-gradient(135deg, #ccf74f, #5CF74F);