#ccfd91
a light, electric green · cool · closest name: khaki
RGB
204, 253, 145
HSL
87°, 96%, 78%
CMYK
19, 0, 43, 1
Luminance
0.8513
Every format
| HEX | #ccfd91 |
| RGB | rgb(204, 253, 145) |
| HSL | hsl(87, 96%, 78%) |
| CMYK | cmyk(19%, 0%, 43%, 1%) |
| LAB | lab(93.9 -33.0 46.6) |
| LCH | lch(93.9 57.1 125.4) |
| OKLCH | oklch(0.936 0.145 128.8) |
Copy-ready code
/* CSS */
color: #ccfd91;
background-color: #ccfd91;
/* Tailwind (arbitrary) */
class="text-[#ccfd91] bg-[#ccfd91]"
/* SCSS */
$brand: #ccfd91;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.569)
/* Android */
Color.parseColor("#ccfd91")Accessibility — WCAG contrast
Aa
#ccfd91 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfd91 on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue56.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow42.7%
Key (black)0.8%
Color previews
#ccfd91 text on a black background
contrast 18.03:1
Card sample
#ccfd91 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfd91;
Background color
Panel with #ccfd91 background
background-color: #ccfd91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfd91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfd91; background: linear-gradient(135deg, #ccfd91, #91FD9E);