#cdd0da
a light, muted blue · warm · closest name: silver
RGB
205, 208, 218
HSL
226°, 15%, 83%
CMYK
6, 5, 0, 15
Luminance
0.6315
Every format
| HEX | #cdd0da |
| RGB | rgb(205, 208, 218) |
| HSL | hsl(226, 15%, 83%) |
| CMYK | cmyk(6%, 5%, 0%, 15%) |
| LAB | lab(83.5 0.9 -5.3) |
| LCH | lch(83.5 5.4 279.2) |
| OKLCH | oklch(0.858 0.014 272.7) |
Copy-ready code
/* CSS */
color: #cdd0da;
background-color: #cdd0da;
/* Tailwind (arbitrary) */
class="text-[#cdd0da] bg-[#cdd0da]"
/* SCSS */
$brand: #cdd0da;
/* SwiftUI */
Color(red: 0.804, green: 0.816, blue: 0.855)
/* Android */
Color.parseColor("#cdd0da")Accessibility — WCAG contrast
Aa
#cdd0da on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd0da on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.6%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta4.6%
Yellow0.0%
Key (black)14.5%
Color previews
#cdd0da text on a black background
contrast 13.63:1
Card sample
#cdd0da text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd0da;
Background color
Panel with #cdd0da background
background-color: #cdd0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 208, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 208, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd0da; background: linear-gradient(135deg, #cdd0da, #D3CDDA);