#ccf89f
a light, electric green · cool · closest name: khaki
RGB
204, 248, 159
HSL
90°, 86%, 80%
CMYK
18, 0, 36, 3
Luminance
0.8248
Every format
| HEX | #ccf89f |
| RGB | rgb(204, 248, 159) |
| HSL | hsl(90, 86%, 80%) |
| CMYK | cmyk(18%, 0%, 36%, 3%) |
| LAB | lab(92.8 -29.0 38.3) |
| LCH | lch(92.8 48.0 127.2) |
| OKLCH | oklch(0.928 0.123 129.9) |
Copy-ready code
/* CSS */
color: #ccf89f;
background-color: #ccf89f;
/* Tailwind (arbitrary) */
class="text-[#ccf89f] bg-[#ccf89f]"
/* SCSS */
$brand: #ccf89f;
/* SwiftUI */
Color(red: 0.800, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#ccf89f")Accessibility — WCAG contrast
Aa
#ccf89f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf89f on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.3%
Blue62.4%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow35.9%
Key (black)2.7%
Color previews
#ccf89f text on a black background
contrast 17.50:1
Card sample
#ccf89f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf89f;
Background color
Panel with #ccf89f background
background-color: #ccf89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf89f; background: linear-gradient(135deg, #ccf89f, #9FF8AD);