#ceccf1
a pale, vivid blue · warm · closest name: lavender
RGB
206, 204, 241
HSL
243°, 57%, 87%
CMYK
15, 15, 0, 6
Luminance
0.6266
Every format
| HEX | #ceccf1 |
| RGB | rgb(206, 204, 241) |
| HSL | hsl(243, 57%, 87%) |
| CMYK | cmyk(15%, 15%, 0%, 6%) |
| LAB | lab(83.3 7.9 -17.9) |
| LCH | lch(83.3 19.6 293.8) |
| OKLCH | oklch(0.859 0.051 287.8) |
Copy-ready code
/* CSS */
color: #ceccf1;
background-color: #ceccf1;
/* Tailwind (arbitrary) */
class="text-[#ceccf1] bg-[#ceccf1]"
/* SCSS */
$brand: #ceccf1;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#ceccf1")Accessibility — WCAG contrast
Aa
#ceccf1 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccf1 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue94.5%
CMYK percentages
Cyan14.5%
Magenta15.4%
Yellow0.0%
Key (black)5.5%
Color previews
#ceccf1 text on a black background
contrast 13.53:1
Card sample
#ceccf1 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccf1;
Background color
Panel with #ceccf1 background
background-color: #ceccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccf1; background: linear-gradient(135deg, #ceccf1, #E7CCF1);