#ceccfd
a pale, electric blue · warm · closest name: lavender
RGB
206, 204, 253
HSL
242°, 93%, 90%
CMYK
19, 19, 0, 1
Luminance
0.6340
Every format
| HEX | #ceccfd |
| RGB | rgb(206, 204, 253) |
| HSL | hsl(242, 93%, 90%) |
| CMYK | cmyk(19%, 19%, 0%, 1%) |
| LAB | lab(83.7 10.5 -23.7) |
| LCH | lch(83.7 25.9 293.8) |
| OKLCH | oklch(0.863 0.068 286.8) |
Copy-ready code
/* CSS */
color: #ceccfd;
background-color: #ceccfd;
/* Tailwind (arbitrary) */
class="text-[#ceccfd] bg-[#ceccfd]"
/* SCSS */
$brand: #ceccfd;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#ceccfd")Accessibility — WCAG contrast
Aa
#ceccfd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccfd on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ceccfd text on a black background
contrast 13.68:1
Card sample
#ceccfd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccfd;
Background color
Panel with #ceccfd background
background-color: #ceccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccfd; background: linear-gradient(135deg, #ceccfd, #EFCCFD);