#cdcddb
a light, soft blue · warm · closest name: silver
RGB
205, 205, 219
HSL
240°, 16%, 83%
CMYK
6, 6, 0, 14
Luminance
0.6176
Every format
| HEX | #cdcddb |
| RGB | rgb(205, 205, 219) |
| HSL | hsl(240, 16%, 83%) |
| CMYK | cmyk(6%, 6%, 0%, 14%) |
| LAB | lab(82.8 2.6 -6.9) |
| LCH | lch(82.8 7.4 290.8) |
| OKLCH | oklch(0.853 0.019 286.0) |
Copy-ready code
/* CSS */
color: #cdcddb;
background-color: #cdcddb;
/* Tailwind (arbitrary) */
class="text-[#cdcddb] bg-[#cdcddb]"
/* SCSS */
$brand: #cdcddb;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#cdcddb")Accessibility — WCAG contrast
Aa
#cdcddb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcddb on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue85.9%
CMYK percentages
Cyan6.4%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#cdcddb text on a black background
contrast 13.35:1
Card sample
#cdcddb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcddb;
Background color
Panel with #cdcddb background
background-color: #cdcddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcddb; background: linear-gradient(135deg, #cdcddb, #D6CDDB);