#cecada
a light, soft violet · warm · closest name: silver
RGB
206, 202, 218
HSL
255°, 18%, 82%
CMYK
6, 7, 0, 15
Luminance
0.6042
Every format
| HEX | #cecada |
| RGB | rgb(206, 202, 218) |
| HSL | hsl(255, 18%, 82%) |
| CMYK | cmyk(6%, 7%, 0%, 15%) |
| LAB | lab(82.1 4.4 -7.4) |
| LCH | lch(82.1 8.6 300.4) |
| OKLCH | oklch(0.847 0.022 297.4) |
Copy-ready code
/* CSS */
color: #cecada;
background-color: #cecada;
/* Tailwind (arbitrary) */
class="text-[#cecada] bg-[#cecada]"
/* SCSS */
$brand: #cecada;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.855)
/* Android */
Color.parseColor("#cecada")Accessibility — WCAG contrast
Aa
#cecada on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecada on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta7.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cecada text on a black background
contrast 13.08:1
Card sample
#cecada text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecada;
Background color
Panel with #cecada background
background-color: #cecada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecada; background: linear-gradient(135deg, #cecada, #D9CADA);