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