#ccecf7
a pale, vivid cyan · cool · closest name: lavender
RGB
204, 236, 247
HSL
195°, 73%, 88%
CMYK
17, 5, 0, 3
Luminance
0.7954
Every format
| HEX | #ccecf7 |
| RGB | rgb(204, 236, 247) |
| HSL | hsl(195, 73%, 88%) |
| CMYK | cmyk(17%, 5%, 0%, 3%) |
| LAB | lab(91.5 -8.2 -8.8) |
| LCH | lch(91.5 12.0 227.2) |
| OKLCH | oklch(0.923 0.037 220.5) |
Copy-ready code
/* CSS */
color: #ccecf7;
background-color: #ccecf7;
/* Tailwind (arbitrary) */
class="text-[#ccecf7] bg-[#ccecf7]"
/* SCSS */
$brand: #ccecf7;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.969)
/* Android */
Color.parseColor("#ccecf7")Accessibility — WCAG contrast
Aa
#ccecf7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccecf7 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue96.9%
CMYK percentages
Cyan17.4%
Magenta4.5%
Yellow0.0%
Key (black)3.1%
Color previews
#ccecf7 text on a black background
contrast 16.91:1
Card sample
#ccecf7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccecf7;
Background color
Panel with #ccecf7 background
background-color: #ccecf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccecf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccecf7; background: linear-gradient(135deg, #ccecf7, #CCCFF7);