#ccfdf2
a pale, electric cyan · cool · closest name: ivory
RGB
204, 253, 242
HSL
167°, 93%, 90%
CMYK
19, 0, 4, 1
Luminance
0.8950
Every format
| HEX | #ccfdf2 |
| RGB | rgb(204, 253, 242) |
| HSL | hsl(167, 93%, 90%) |
| CMYK | cmyk(19%, 0%, 4%, 1%) |
| LAB | lab(95.8 -17.7 0.1) |
| LCH | lch(95.8 17.7 179.6) |
| OKLCH | oklch(0.957 0.052 179.9) |
Copy-ready code
/* CSS */
color: #ccfdf2;
background-color: #ccfdf2;
/* Tailwind (arbitrary) */
class="text-[#ccfdf2] bg-[#ccfdf2]"
/* SCSS */
$brand: #ccfdf2;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.949)
/* Android */
Color.parseColor("#ccfdf2")Accessibility — WCAG contrast
Aa
#ccfdf2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfdf2 on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue94.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow4.3%
Key (black)0.8%
Color previews
#ccfdf2 text on a black background
contrast 18.90:1
Card sample
#ccfdf2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfdf2;
Background color
Panel with #ccfdf2 background
background-color: #ccfdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfdf2; background: linear-gradient(135deg, #ccfdf2, #CCE7FD);