#ccecff
a pale, electric blue · cool · closest name: lavender
RGB
204, 236, 255
HSL
202°, 100%, 90%
CMYK
20, 8, 0, 0
Luminance
0.8005
Every format
| HEX | #ccecff |
| RGB | rgb(204, 236, 255) |
| HSL | hsl(202, 100%, 90%) |
| CMYK | cmyk(20%, 8%, 0%, 0%) |
| LAB | lab(91.7 -6.5 -12.6) |
| LCH | lch(91.7 14.2 242.9) |
| OKLCH | oklch(0.926 0.042 234.0) |
Copy-ready code
/* CSS */
color: #ccecff;
background-color: #ccecff;
/* Tailwind (arbitrary) */
class="text-[#ccecff] bg-[#ccecff]"
/* SCSS */
$brand: #ccecff;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#ccecff")Accessibility — WCAG contrast
Aa
#ccecff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccecff on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#ccecff text on a black background
contrast 17.01:1
Card sample
#ccecff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccecff;
Background color
Panel with #ccecff background
background-color: #ccecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccecff; background: linear-gradient(135deg, #ccecff, #CECCFF);