#cecadb
a light, soft blue · warm · closest name: lavender
RGB
206, 202, 219
HSL
254°, 19%, 83%
CMYK
6, 8, 0, 14
Luminance
0.6048
Every format
| HEX | #cecadb |
| RGB | rgb(206, 202, 219) |
| HSL | hsl(254, 19%, 83%) |
| CMYK | cmyk(6%, 8%, 0%, 14%) |
| LAB | lab(82.1 4.5 -7.9) |
| LCH | lch(82.1 9.1 299.8) |
| OKLCH | oklch(0.847 0.024 296.7) |
Copy-ready code
/* CSS */
color: #cecadb;
background-color: #cecadb;
/* Tailwind (arbitrary) */
class="text-[#cecadb] bg-[#cecadb]"
/* SCSS */
$brand: #cecadb;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.859)
/* Android */
Color.parseColor("#cecadb")Accessibility — WCAG contrast
Aa
#cecadb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecadb on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta7.8%
Yellow0.0%
Key (black)14.1%
Color previews
#cecadb text on a black background
contrast 13.10:1
Card sample
#cecadb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecadb;
Background color
Panel with #cecadb background
background-color: #cecadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecadb; background: linear-gradient(135deg, #cecadb, #D9CADB);