#ceccff
a pale, electric blue · warm · closest name: lavender
RGB
206, 204, 255
HSL
242°, 100%, 90%
CMYK
19, 20, 0, 0
Luminance
0.6353
Every format
| HEX | #ceccff |
| RGB | rgb(206, 204, 255) |
| HSL | hsl(242, 100%, 90%) |
| CMYK | cmyk(19%, 20%, 0%, 0%) |
| LAB | lab(83.7 10.9 -24.7) |
| LCH | lch(83.7 27.0 293.8) |
| OKLCH | oklch(0.864 0.070 286.6) |
Copy-ready code
/* CSS */
color: #ceccff;
background-color: #ceccff;
/* Tailwind (arbitrary) */
class="text-[#ceccff] bg-[#ceccff]"
/* SCSS */
$brand: #ceccff;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#ceccff")Accessibility — WCAG contrast
Aa
#ceccff on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccff on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ceccff text on a black background
contrast 13.71:1
Card sample
#ceccff text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccff;
Background color
Panel with #ceccff background
background-color: #ceccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccff; background: linear-gradient(135deg, #ceccff, #F0CCFF);