#cdd3da
a light, muted blue · cool · closest name: silver
RGB
205, 211, 218
HSL
212°, 15%, 83%
CMYK
6, 3, 0, 15
Luminance
0.6463
Every format
| HEX | #cdd3da |
| RGB | rgb(205, 211, 218) |
| HSL | hsl(212, 15%, 83%) |
| CMYK | cmyk(6%, 3%, 0%, 15%) |
| LAB | lab(84.3 -0.7 -4.2) |
| LCH | lch(84.3 4.2 260.2) |
| OKLCH | oklch(0.864 0.012 252.1) |
Copy-ready code
/* CSS */
color: #cdd3da;
background-color: #cdd3da;
/* Tailwind (arbitrary) */
class="text-[#cdd3da] bg-[#cdd3da]"
/* SCSS */
$brand: #cdd3da;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.855)
/* Android */
Color.parseColor("#cdd3da")Accessibility — WCAG contrast
Aa
#cdd3da on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd3da on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta3.2%
Yellow0.0%
Key (black)14.5%
Color previews
#cdd3da text on a black background
contrast 13.93:1
Card sample
#cdd3da text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd3da;
Background color
Panel with #cdd3da background
background-color: #cdd3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd3da; background: linear-gradient(135deg, #cdd3da, #D0CDDA);