#ccfd94
a light, electric green · cool · closest name: khaki
RGB
204, 253, 148
HSL
88°, 96%, 79%
CMYK
19, 0, 42, 1
Luminance
0.8523
Every format
| HEX | #ccfd94 |
| RGB | rgb(204, 253, 148) |
| HSL | hsl(88, 96%, 79%) |
| CMYK | cmyk(19%, 0%, 42%, 1%) |
| LAB | lab(94.0 -32.7 45.2) |
| LCH | lch(94.0 55.8 125.9) |
| OKLCH | oklch(0.937 0.142 129.2) |
Copy-ready code
/* CSS */
color: #ccfd94;
background-color: #ccfd94;
/* Tailwind (arbitrary) */
class="text-[#ccfd94] bg-[#ccfd94]"
/* SCSS */
$brand: #ccfd94;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.580)
/* Android */
Color.parseColor("#ccfd94")Accessibility — WCAG contrast
Aa
#ccfd94 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfd94 on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue58.0%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow41.5%
Key (black)0.8%
Color previews
#ccfd94 text on a black background
contrast 18.05:1
Card sample
#ccfd94 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfd94;
Background color
Panel with #ccfd94 background
background-color: #ccfd94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfd94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfd94; background: linear-gradient(135deg, #ccfd94, #94FDA2);