#ccfdc2
a pale, electric green · cool · closest name: aquamarine
RGB
204, 253, 194
HSL
110°, 94%, 88%
CMYK
19, 0, 23, 1
Luminance
0.8698
Every format
| HEX | #ccfdc2 |
| RGB | rgb(204, 253, 194) |
| HSL | hsl(110, 94%, 88%) |
| CMYK | cmyk(19%, 0%, 23%, 1%) |
| LAB | lab(94.7 -26.3 23.3) |
| LCH | lch(94.7 35.1 138.5) |
| OKLCH | oklch(0.945 0.093 140.3) |
Copy-ready code
/* CSS */
color: #ccfdc2;
background-color: #ccfdc2;
/* Tailwind (arbitrary) */
class="text-[#ccfdc2] bg-[#ccfdc2]"
/* SCSS */
$brand: #ccfdc2;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.761)
/* Android */
Color.parseColor("#ccfdc2")Accessibility — WCAG contrast
Aa
#ccfdc2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfdc2 on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue76.1%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow23.3%
Key (black)0.8%
Color previews
#ccfdc2 text on a black background
contrast 18.40:1
Card sample
#ccfdc2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfdc2;
Background color
Panel with #ccfdc2 background
background-color: #ccfdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfdc2; background: linear-gradient(135deg, #ccfdc2, #C2FDDF);