#ceecfd
a pale, electric blue · cool · closest name: lavender
RGB
206, 236, 253
HSL
202°, 92%, 90%
CMYK
19, 7, 0, 1
Luminance
0.8020
Every format
| HEX | #ceecfd |
| RGB | rgb(206, 236, 253) |
| HSL | hsl(202, 92%, 90%) |
| CMYK | cmyk(19%, 7%, 0%, 1%) |
| LAB | lab(91.8 -6.3 -11.5) |
| LCH | lch(91.8 13.1 241.3) |
| OKLCH | oklch(0.927 0.039 232.7) |
Copy-ready code
/* CSS */
color: #ceecfd;
background-color: #ceecfd;
/* Tailwind (arbitrary) */
class="text-[#ceecfd] bg-[#ceecfd]"
/* SCSS */
$brand: #ceecfd;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#ceecfd")Accessibility — WCAG contrast
Aa
#ceecfd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceecfd on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ceecfd text on a black background
contrast 17.04:1
Card sample
#ceecfd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceecfd;
Background color
Panel with #ceecfd background
background-color: #ceecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecfd; background: linear-gradient(135deg, #ceecfd, #CFCEFD);