#cecadc
a light, soft blue · warm · closest name: lavender
RGB
206, 202, 220
HSL
253°, 21%, 83%
CMYK
6, 8, 0, 14
Luminance
0.6053
Every format
| HEX | #cecadc |
| RGB | rgb(206, 202, 220) |
| HSL | hsl(253, 21%, 83%) |
| CMYK | cmyk(6%, 8%, 0%, 14%) |
| LAB | lab(82.1 4.7 -8.4) |
| LCH | lch(82.1 9.7 299.4) |
| OKLCH | oklch(0.848 0.025 296.0) |
Copy-ready code
/* CSS */
color: #cecadc;
background-color: #cecadc;
/* Tailwind (arbitrary) */
class="text-[#cecadc] bg-[#cecadc]"
/* SCSS */
$brand: #cecadc;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.863)
/* Android */
Color.parseColor("#cecadc")Accessibility — WCAG contrast
Aa
#cecadc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecadc on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue86.3%
CMYK percentages
Cyan6.4%
Magenta8.2%
Yellow0.0%
Key (black)13.7%
Color previews
#cecadc text on a black background
contrast 13.11:1
Card sample
#cecadc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecadc;
Background color
Panel with #cecadc background
background-color: #cecadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecadc; background: linear-gradient(135deg, #cecadc, #DACADC);