#ccebfd
a pale, electric blue · cool · closest name: lavender
RGB
204, 235, 253
HSL
202°, 93%, 90%
CMYK
19, 7, 0, 1
Luminance
0.7935
Every format
| HEX | #ccebfd |
| RGB | rgb(204, 235, 253) |
| HSL | hsl(202, 93%, 90%) |
| CMYK | cmyk(19%, 7%, 0%, 1%) |
| LAB | lab(91.4 -6.4 -12.1) |
| LCH | lch(91.4 13.7 242.1) |
| OKLCH | oklch(0.923 0.041 233.3) |
Copy-ready code
/* CSS */
color: #ccebfd;
background-color: #ccebfd;
/* Tailwind (arbitrary) */
class="text-[#ccebfd] bg-[#ccebfd]"
/* SCSS */
$brand: #ccebfd;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#ccebfd")Accessibility — WCAG contrast
Aa
#ccebfd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccebfd on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ccebfd text on a black background
contrast 16.87:1
Card sample
#ccebfd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccebfd;
Background color
Panel with #ccebfd background
background-color: #ccebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccebfd; background: linear-gradient(135deg, #ccebfd, #CECCFD);