#ccf58f
a light, electric green · cool · closest name: khaki
RGB
204, 245, 143
HSL
84°, 84%, 76%
CMYK
17, 0, 42, 4
Luminance
0.8013
Every format
| HEX | #ccf58f |
| RGB | rgb(204, 245, 143) |
| HSL | hsl(84, 84%, 76%) |
| CMYK | cmyk(17%, 0%, 42%, 4%) |
| LAB | lab(91.7 -29.6 44.8) |
| LCH | lch(91.7 53.6 123.5) |
| OKLCH | oklch(0.918 0.136 126.8) |
Copy-ready code
/* CSS */
color: #ccf58f;
background-color: #ccf58f;
/* Tailwind (arbitrary) */
class="text-[#ccf58f] bg-[#ccf58f]"
/* SCSS */
$brand: #ccf58f;
/* SwiftUI */
Color(red: 0.800, green: 0.961, blue: 0.561)
/* Android */
Color.parseColor("#ccf58f")Accessibility — WCAG contrast
Aa
#ccf58f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf58f on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.1%
Blue56.1%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow41.6%
Key (black)3.9%
Color previews
#ccf58f text on a black background
contrast 17.03:1
Card sample
#ccf58f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf58f;
Background color
Panel with #ccf58f background
background-color: #ccf58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 245, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 245, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf58f; background: linear-gradient(135deg, #ccf58f, #8FF596);