#ccfd75
a light, electric green · cool · closest name: khaki
RGB
204, 253, 117
HSL
82°, 97%, 73%
CMYK
19, 0, 54, 1
Luminance
0.8437
Every format
| HEX | #ccfd75 |
| RGB | rgb(204, 253, 117) |
| HSL | hsl(82, 97%, 73%) |
| CMYK | cmyk(19%, 0%, 54%, 1%) |
| LAB | lab(93.6 -36.0 59.2) |
| LCH | lch(93.6 69.2 121.3) |
| OKLCH | oklch(0.932 0.172 126.0) |
Copy-ready code
/* CSS */
color: #ccfd75;
background-color: #ccfd75;
/* Tailwind (arbitrary) */
class="text-[#ccfd75] bg-[#ccfd75]"
/* SCSS */
$brand: #ccfd75;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.459)
/* Android */
Color.parseColor("#ccfd75")Accessibility — WCAG contrast
Aa
#ccfd75 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfd75 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue45.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow53.8%
Key (black)0.8%
Color previews
#ccfd75 text on a black background
contrast 17.87:1
Card sample
#ccfd75 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfd75;
Background color
Panel with #ccfd75 background
background-color: #ccfd75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfd75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfd75; background: linear-gradient(135deg, #ccfd75, #75FD78);