#ccf554
a balanced, electric green · cool · closest name: yellow
RGB
204, 245, 84
HSL
75°, 89%, 65%
CMYK
17, 0, 66, 4
Luminance
0.7878
Every format
| HEX | #ccf554 |
| RGB | rgb(204, 245, 84) |
| HSL | hsl(75, 89%, 65%) |
| CMYK | cmyk(17%, 0%, 66%, 4%) |
| LAB | lab(91.1 -34.9 70.1) |
| LCH | lch(91.1 78.3 116.5) |
| OKLCH | oklch(0.912 0.188 122.5) |
Copy-ready code
/* CSS */
color: #ccf554;
background-color: #ccf554;
/* Tailwind (arbitrary) */
class="text-[#ccf554] bg-[#ccf554]"
/* SCSS */
$brand: #ccf554;
/* SwiftUI */
Color(red: 0.800, green: 0.961, blue: 0.329)
/* Android */
Color.parseColor("#ccf554")Accessibility — WCAG contrast
Aa
#ccf554 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf554 on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.1%
Blue32.9%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow65.7%
Key (black)3.9%
Color previews
#ccf554 text on a black background
contrast 16.76:1
Card sample
#ccf554 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf554;
Background color
Panel with #ccf554 background
background-color: #ccf554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 245, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 245, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf554; background: linear-gradient(135deg, #ccf554, #61F554);