#ccecec
a pale, vivid cyan · cool · closest name: white
RGB
204, 236, 236
HSL
180°, 46%, 86%
CMYK
14, 0, 0, 8
Luminance
0.7888
Every format
| HEX | #ccecec |
| RGB | rgb(204, 236, 236) |
| HSL | hsl(180, 46%, 86%) |
| CMYK | cmyk(14%, 0%, 0%, 8%) |
| LAB | lab(91.2 -10.4 -3.5) |
| LCH | lch(91.2 11.0 198.7) |
| OKLCH | oklch(0.920 0.033 196.6) |
Copy-ready code
/* CSS */
color: #ccecec;
background-color: #ccecec;
/* Tailwind (arbitrary) */
class="text-[#ccecec] bg-[#ccecec]"
/* SCSS */
$brand: #ccecec;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#ccecec")Accessibility — WCAG contrast
Aa
#ccecec on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccecec on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue92.5%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow0.0%
Key (black)7.5%
Color previews
#ccecec text on a black background
contrast 16.78:1
Card sample
#ccecec text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccecec;
Background color
Panel with #ccecec background
background-color: #ccecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccecec; background: linear-gradient(135deg, #ccecec, #CCD7EC);