#ccfdaa
a light, electric green · cool · closest name: khaki
RGB
204, 253, 170
HSL
95°, 95%, 83%
CMYK
19, 0, 33, 1
Luminance
0.8599
Every format
| HEX | #ccfdaa |
| RGB | rgb(204, 253, 170) |
| HSL | hsl(95, 95%, 83%) |
| CMYK | cmyk(19%, 0%, 33%, 1%) |
| LAB | lab(94.3 -29.9 34.8) |
| LCH | lch(94.3 45.8 130.6) |
| OKLCH | oklch(0.940 0.119 133.1) |
Copy-ready code
/* CSS */
color: #ccfdaa;
background-color: #ccfdaa;
/* Tailwind (arbitrary) */
class="text-[#ccfdaa] bg-[#ccfdaa]"
/* SCSS */
$brand: #ccfdaa;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.667)
/* Android */
Color.parseColor("#ccfdaa")Accessibility — WCAG contrast
Aa
#ccfdaa on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfdaa on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue66.7%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow32.8%
Key (black)0.8%
Color previews
#ccfdaa text on a black background
contrast 18.20:1
Card sample
#ccfdaa text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfdaa;
Background color
Panel with #ccfdaa background
background-color: #ccfdaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfdaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfdaa; background: linear-gradient(135deg, #ccfdaa, #AAFDBF);