#cecadf
a light, soft blue · warm · closest name: lavender
RGB
206, 202, 223
HSL
251°, 25%, 83%
CMYK
8, 9, 0, 13
Luminance
0.6069
Every format
| HEX | #cecadf |
| RGB | rgb(206, 202, 223) |
| HSL | hsl(251, 25%, 83%) |
| CMYK | cmyk(8%, 9%, 0%, 13%) |
| LAB | lab(82.2 5.3 -9.9) |
| LCH | lch(82.2 11.2 298.3) |
| OKLCH | oklch(0.849 0.029 294.5) |
Copy-ready code
/* CSS */
color: #cecadf;
background-color: #cecadf;
/* Tailwind (arbitrary) */
class="text-[#cecadf] bg-[#cecadf]"
/* SCSS */
$brand: #cecadf;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#cecadf")Accessibility — WCAG contrast
Aa
#cecadf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecadf on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cecadf text on a black background
contrast 13.14:1
Card sample
#cecadf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecadf;
Background color
Panel with #cecadf background
background-color: #cecadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecadf; background: linear-gradient(135deg, #cecadf, #DCCADF);