#ccf697
a light, electric green · cool · closest name: khaki
RGB
204, 246, 151
HSL
87°, 84%, 78%
CMYK
17, 0, 39, 4
Luminance
0.8098
Every format
| HEX | #ccf697 |
| RGB | rgb(204, 246, 151) |
| HSL | hsl(87, 84%, 78%) |
| CMYK | cmyk(17%, 0%, 39%, 4%) |
| LAB | lab(92.1 -29.1 41.3) |
| LCH | lch(92.1 50.5 125.1) |
| OKLCH | oklch(0.922 0.129 128.1) |
Copy-ready code
/* CSS */
color: #ccf697;
background-color: #ccf697;
/* Tailwind (arbitrary) */
class="text-[#ccf697] bg-[#ccf697]"
/* SCSS */
$brand: #ccf697;
/* SwiftUI */
Color(red: 0.800, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#ccf697")Accessibility — WCAG contrast
Aa
#ccf697 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf697 on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.5%
Blue59.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#ccf697 text on a black background
contrast 17.20:1
Card sample
#ccf697 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf697;
Background color
Panel with #ccf697 background
background-color: #ccf697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf697; background: linear-gradient(135deg, #ccf697, #97F6A1);