#cecad2
a light, muted violet · warm · closest name: silver
RGB
206, 202, 210
HSL
270°, 8%, 81%
CMYK
2, 4, 0, 18
Luminance
0.6002
Every format
| HEX | #cecad2 |
| RGB | rgb(206, 202, 210) |
| HSL | hsl(270, 8%, 81%) |
| CMYK | cmyk(2%, 4%, 0%, 18%) |
| LAB | lab(81.8 2.8 -3.5) |
| LCH | lch(81.8 4.5 309.2) |
| OKLCH | oklch(0.845 0.012 308.3) |
Copy-ready code
/* CSS */
color: #cecad2;
background-color: #cecad2;
/* Tailwind (arbitrary) */
class="text-[#cecad2] bg-[#cecad2]"
/* SCSS */
$brand: #cecad2;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.824)
/* Android */
Color.parseColor("#cecad2")Accessibility — WCAG contrast
Aa
#cecad2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecad2 on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue82.4%
CMYK percentages
Cyan1.9%
Magenta3.8%
Yellow0.0%
Key (black)17.6%
Color previews
#cecad2 text on a black background
contrast 13.00:1
Card sample
#cecad2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecad2;
Background color
Panel with #cecad2 background
background-color: #cecad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecad2; background: linear-gradient(135deg, #cecad2, #D2CAD1);