#cec4d2
a light, muted violet · warm · closest name: silver
RGB
206, 196, 210
HSL
283°, 14%, 80%
CMYK
2, 7, 0, 18
Luminance
0.5725
Every format
| HEX | #cec4d2 |
| RGB | rgb(206, 196, 210) |
| HSL | hsl(283, 14%, 80%) |
| CMYK | cmyk(2%, 7%, 0%, 18%) |
| LAB | lab(80.3 6.0 -5.7) |
| LCH | lch(80.3 8.3 316.5) |
| OKLCH | oklch(0.833 0.022 316.4) |
Copy-ready code
/* CSS */
color: #cec4d2;
background-color: #cec4d2;
/* Tailwind (arbitrary) */
class="text-[#cec4d2] bg-[#cec4d2]"
/* SCSS */
$brand: #cec4d2;
/* SwiftUI */
Color(red: 0.808, green: 0.769, blue: 0.824)
/* Android */
Color.parseColor("#cec4d2")Accessibility — WCAG contrast
Aa
#cec4d2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec4d2 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.9%
Blue82.4%
CMYK percentages
Cyan1.9%
Magenta6.7%
Yellow0.0%
Key (black)17.6%
Color previews
#cec4d2 text on a black background
contrast 12.45:1
Card sample
#cec4d2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec4d2;
Background color
Panel with #cec4d2 background
background-color: #cec4d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec4d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 196, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 196, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec4d2; background: linear-gradient(135deg, #cec4d2, #D2C4CD);