#cecad8
a light, soft violet · warm · closest name: silver
RGB
206, 202, 216
HSL
257°, 15%, 82%
CMYK
5, 7, 0, 15
Luminance
0.6032
Every format
| HEX | #cecad8 |
| RGB | rgb(206, 202, 216) |
| HSL | hsl(257, 15%, 82%) |
| CMYK | cmyk(5%, 7%, 0%, 15%) |
| LAB | lab(82.0 4.0 -6.5) |
| LCH | lch(82.0 7.6 301.6) |
| OKLCH | oklch(0.846 0.020 299.0) |
Copy-ready code
/* CSS */
color: #cecad8;
background-color: #cecad8;
/* Tailwind (arbitrary) */
class="text-[#cecad8] bg-[#cecad8]"
/* SCSS */
$brand: #cecad8;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.847)
/* Android */
Color.parseColor("#cecad8")Accessibility — WCAG contrast
Aa
#cecad8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecad8 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue84.7%
CMYK percentages
Cyan4.6%
Magenta6.5%
Yellow0.0%
Key (black)15.3%
Color previews
#cecad8 text on a black background
contrast 13.06:1
Card sample
#cecad8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecad8;
Background color
Panel with #cecad8 background
background-color: #cecad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecad8; background: linear-gradient(135deg, #cecad8, #D7CAD8);