#ccff5f
a light, electric green · cool · closest name: yellow
RGB
204, 255, 95
HSL
79°, 100%, 69%
CMYK
20, 0, 63, 0
Luminance
0.8518
Every format
| HEX | #ccff5f |
| RGB | rgb(204, 255, 95) |
| HSL | hsl(79, 100%, 69%) |
| CMYK | cmyk(20%, 0%, 63%, 0%) |
| LAB | lab(94.0 -38.6 68.8) |
| LCH | lch(94.0 79.0 119.3) |
| OKLCH | oklch(0.935 0.193 125.1) |
Copy-ready code
/* CSS */
color: #ccff5f;
background-color: #ccff5f;
/* Tailwind (arbitrary) */
class="text-[#ccff5f] bg-[#ccff5f]"
/* SCSS */
$brand: #ccff5f;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.373)
/* Android */
Color.parseColor("#ccff5f")Accessibility — WCAG contrast
Aa
#ccff5f on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccff5f on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue37.3%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow62.7%
Key (black)0.0%
Color previews
#ccff5f text on a black background
contrast 18.04:1
Card sample
#ccff5f text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccff5f;
Background color
Panel with #ccff5f background
background-color: #ccff5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccff5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccff5f; background: linear-gradient(135deg, #ccff5f, #61FF5F);