#ccf656
a light, electric green · cool · closest name: yellow
RGB
204, 246, 86
HSL
76°, 90%, 65%
CMYK
17, 0, 65, 4
Luminance
0.7942
Every format
| HEX | #ccf656 |
| RGB | rgb(204, 246, 86) |
| HSL | hsl(76, 90%, 65%) |
| CMYK | cmyk(17%, 0%, 65%, 4%) |
| LAB | lab(91.4 -35.2 69.7) |
| LCH | lch(91.4 78.1 116.8) |
| OKLCH | oklch(0.914 0.188 122.8) |
Copy-ready code
/* CSS */
color: #ccf656;
background-color: #ccf656;
/* Tailwind (arbitrary) */
class="text-[#ccf656] bg-[#ccf656]"
/* SCSS */
$brand: #ccf656;
/* SwiftUI */
Color(red: 0.800, green: 0.965, blue: 0.337)
/* Android */
Color.parseColor("#ccf656")Accessibility — WCAG contrast
Aa
#ccf656 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf656 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.5%
Blue33.7%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow65.0%
Key (black)3.5%
Color previews
#ccf656 text on a black background
contrast 16.88:1
Card sample
#ccf656 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf656;
Background color
Panel with #ccf656 background
background-color: #ccf656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 246, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 246, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf656; background: linear-gradient(135deg, #ccf656, #61F656);