#cceefd
a pale, electric cyan · cool · closest name: lavender
RGB
204, 238, 253
HSL
198°, 93%, 90%
CMYK
19, 6, 0, 1
Luminance
0.8108
Every format
| HEX | #cceefd |
| RGB | rgb(204, 238, 253) |
| HSL | hsl(198, 93%, 90%) |
| CMYK | cmyk(19%, 6%, 0%, 1%) |
| LAB | lab(92.2 -7.9 -10.9) |
| LCH | lch(92.2 13.5 234.0) |
| OKLCH | oklch(0.929 0.041 226.3) |
Copy-ready code
/* CSS */
color: #cceefd;
background-color: #cceefd;
/* Tailwind (arbitrary) */
class="text-[#cceefd] bg-[#cceefd]"
/* SCSS */
$brand: #cceefd;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#cceefd")Accessibility — WCAG contrast
Aa
#cceefd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceefd on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cceefd text on a black background
contrast 17.22:1
Card sample
#cceefd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceefd;
Background color
Panel with #cceefd background
background-color: #cceefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceefd; background: linear-gradient(135deg, #cceefd, #CCCDFD);