#cecad3
a light, muted violet · warm · closest name: silver
RGB
206, 202, 211
HSL
267°, 9%, 81%
CMYK
2, 4, 0, 17
Luminance
0.6007
Every format
| HEX | #cecad3 |
| RGB | rgb(206, 202, 211) |
| HSL | hsl(267, 9%, 81%) |
| CMYK | cmyk(2%, 4%, 0%, 17%) |
| LAB | lab(81.9 3.0 -4.0) |
| LCH | lch(81.9 5.0 307.3) |
| OKLCH | oklch(0.845 0.013 306.0) |
Copy-ready code
/* CSS */
color: #cecad3;
background-color: #cecad3;
/* Tailwind (arbitrary) */
class="text-[#cecad3] bg-[#cecad3]"
/* SCSS */
$brand: #cecad3;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.827)
/* Android */
Color.parseColor("#cecad3")Accessibility — WCAG contrast
Aa
#cecad3 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecad3 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue82.7%
CMYK percentages
Cyan2.4%
Magenta4.3%
Yellow0.0%
Key (black)17.3%
Color previews
#cecad3 text on a black background
contrast 13.01:1
Card sample
#cecad3 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecad3;
Background color
Panel with #cecad3 background
background-color: #cecad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecad3; background: linear-gradient(135deg, #cecad3, #D3CAD2);