#ceccdb
a light, soft blue · warm · closest name: silver
RGB
206, 204, 219
HSL
248°, 17%, 83%
CMYK
6, 7, 0, 14
Luminance
0.6142
Every format
| HEX | #ceccdb |
| RGB | rgb(206, 204, 219) |
| HSL | hsl(248, 17%, 83%) |
| CMYK | cmyk(6%, 7%, 0%, 14%) |
| LAB | lab(82.6 3.5 -7.2) |
| LCH | lch(82.6 8.0 296.0) |
| OKLCH | oklch(0.851 0.021 292.1) |
Copy-ready code
/* CSS */
color: #ceccdb;
background-color: #ceccdb;
/* Tailwind (arbitrary) */
class="text-[#ceccdb] bg-[#ceccdb]"
/* SCSS */
$brand: #ceccdb;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#ceccdb")Accessibility — WCAG contrast
Aa
#ceccdb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccdb on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#ceccdb text on a black background
contrast 13.28:1
Card sample
#ceccdb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccdb;
Background color
Panel with #ceccdb background
background-color: #ceccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccdb; background: linear-gradient(135deg, #ceccdb, #D8CCDB);