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