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