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