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