#ccf2ee
a pale, vivid cyan · cool · closest name: white
RGB
204, 242, 238
HSL
174°, 59%, 88%
CMYK
16, 0, 2, 5
Luminance
0.8251
Every format
| HEX | #ccf2ee |
| RGB | rgb(204, 242, 238) |
| HSL | hsl(174, 59%, 88%) |
| CMYK | cmyk(16%, 0%, 2%, 5%) |
| LAB | lab(92.8 -13.0 -2.2) |
| LCH | lch(92.8 13.2 189.5) |
| OKLCH | oklch(0.933 0.040 188.7) |
Copy-ready code
/* CSS */
color: #ccf2ee;
background-color: #ccf2ee;
/* Tailwind (arbitrary) */
class="text-[#ccf2ee] bg-[#ccf2ee]"
/* SCSS */
$brand: #ccf2ee;
/* SwiftUI */
Color(red: 0.800, green: 0.949, blue: 0.933)
/* Android */
Color.parseColor("#ccf2ee")Accessibility — WCAG contrast
Aa
#ccf2ee on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf2ee on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.9%
Blue93.3%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow1.7%
Key (black)5.1%
Color previews
#ccf2ee text on a black background
contrast 17.50:1
Card sample
#ccf2ee text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf2ee;
Background color
Panel with #ccf2ee background
background-color: #ccf2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 242, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 242, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf2ee; background: linear-gradient(135deg, #ccf2ee, #CCDDF2);