#ccf976
a light, electric green · cool · closest name: khaki
RGB
204, 249, 118
HSL
81°, 92%, 72%
CMYK
18, 0, 53, 2
Luminance
0.8190
Every format
| HEX | #ccf976 |
| RGB | rgb(204, 249, 118) |
| HSL | hsl(81, 92%, 72%) |
| CMYK | cmyk(18%, 0%, 53%, 2%) |
| LAB | lab(92.5 -34.0 57.5) |
| LCH | lch(92.5 66.8 120.7) |
| OKLCH | oklch(0.924 0.166 125.3) |
Copy-ready code
/* CSS */
color: #ccf976;
background-color: #ccf976;
/* Tailwind (arbitrary) */
class="text-[#ccf976] bg-[#ccf976]"
/* SCSS */
$brand: #ccf976;
/* SwiftUI */
Color(red: 0.800, green: 0.976, blue: 0.463)
/* Android */
Color.parseColor("#ccf976")Accessibility — WCAG contrast
Aa
#ccf976 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf976 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.6%
Blue46.3%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow52.6%
Key (black)2.4%
Color previews
#ccf976 text on a black background
contrast 17.38:1
Card sample
#ccf976 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf976;
Background color
Panel with #ccf976 background
background-color: #ccf976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 249, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 249, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf976; background: linear-gradient(135deg, #ccf976, #76F978);