#ccf293
a light, electric green · cool · closest name: khaki
RGB
204, 242, 147
HSL
84°, 79%, 76%
CMYK
16, 0, 39, 5
Luminance
0.7845
Every format
| HEX | #ccf293 |
| RGB | rgb(204, 242, 147) |
| HSL | hsl(84, 79%, 76%) |
| CMYK | cmyk(16%, 0%, 39%, 5%) |
| LAB | lab(91.0 -27.7 41.8) |
| LCH | lch(91.0 50.2 123.5) |
| OKLCH | oklch(0.913 0.128 126.6) |
Copy-ready code
/* CSS */
color: #ccf293;
background-color: #ccf293;
/* Tailwind (arbitrary) */
class="text-[#ccf293] bg-[#ccf293]"
/* SCSS */
$brand: #ccf293;
/* SwiftUI */
Color(red: 0.800, green: 0.949, blue: 0.576)
/* Android */
Color.parseColor("#ccf293")Accessibility — WCAG contrast
Aa
#ccf293 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf293 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.9%
Blue57.6%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow39.3%
Key (black)5.1%
Color previews
#ccf293 text on a black background
contrast 16.69:1
Card sample
#ccf293 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf293;
Background color
Panel with #ccf293 background
background-color: #ccf293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 242, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 242, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf293; background: linear-gradient(135deg, #ccf293, #93F299);