#cecbda
a light, soft blue · warm · closest name: silver
RGB
206, 203, 218
HSL
252°, 17%, 83%
CMYK
6, 7, 0, 15
Luminance
0.6090
Every format
| HEX | #cecbda |
| RGB | rgb(206, 203, 218) |
| HSL | hsl(252, 17%, 83%) |
| CMYK | cmyk(6%, 7%, 0%, 15%) |
| LAB | lab(82.3 3.8 -7.1) |
| LCH | lch(82.3 8.0 298.5) |
| OKLCH | oklch(0.849 0.021 295.1) |
Copy-ready code
/* CSS */
color: #cecbda;
background-color: #cecbda;
/* Tailwind (arbitrary) */
class="text-[#cecbda] bg-[#cecbda]"
/* SCSS */
$brand: #cecbda;
/* SwiftUI */
Color(red: 0.808, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#cecbda")Accessibility — WCAG contrast
Aa
#cecbda on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecbda on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.6%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta6.9%
Yellow0.0%
Key (black)14.5%
Color previews
#cecbda text on a black background
contrast 13.18:1
Card sample
#cecbda text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecbda;
Background color
Panel with #cecbda background
background-color: #cecbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 203, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 203, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecbda; background: linear-gradient(135deg, #cecbda, #D8CBDA);