#ceccdd
a light, soft blue · warm · closest name: lavender
RGB
206, 204, 221
HSL
247°, 20%, 83%
CMYK
7, 8, 0, 13
Luminance
0.6153
Every format
| HEX | #ceccdd |
| RGB | rgb(206, 204, 221) |
| HSL | hsl(247, 20%, 83%) |
| CMYK | cmyk(7%, 8%, 0%, 13%) |
| LAB | lab(82.7 3.9 -8.2) |
| LCH | lch(82.7 9.0 295.4) |
| OKLCH | oklch(0.852 0.024 291.3) |
Copy-ready code
/* CSS */
color: #ceccdd;
background-color: #ceccdd;
/* Tailwind (arbitrary) */
class="text-[#ceccdd] bg-[#ceccdd]"
/* SCSS */
$brand: #ceccdd;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.867)
/* Android */
Color.parseColor("#ceccdd")Accessibility — WCAG contrast
Aa
#ceccdd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccdd on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue86.7%
CMYK percentages
Cyan6.8%
Magenta7.7%
Yellow0.0%
Key (black)13.3%
Color previews
#ceccdd text on a black background
contrast 13.31:1
Card sample
#ceccdd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccdd;
Background color
Panel with #ceccdd background
background-color: #ceccdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccdd; background: linear-gradient(135deg, #ceccdd, #D9CCDD);