#cdd8df
a light, soft blue · cool · closest name: silver
RGB
205, 216, 223
HSL
203°, 22%, 84%
CMYK
8, 3, 0, 13
Luminance
0.6742
Every format
| HEX | #cdd8df |
| RGB | rgb(205, 216, 223) |
| HSL | hsl(203, 22%, 84%) |
| CMYK | cmyk(8%, 3%, 0%, 13%) |
| LAB | lab(85.7 -2.4 -4.7) |
| LCH | lch(85.7 5.3 243.4) |
| OKLCH | oklch(0.876 0.015 235.4) |
Copy-ready code
/* CSS */
color: #cdd8df;
background-color: #cdd8df;
/* Tailwind (arbitrary) */
class="text-[#cdd8df] bg-[#cdd8df]"
/* SCSS */
$brand: #cdd8df;
/* SwiftUI */
Color(red: 0.804, green: 0.847, blue: 0.875)
/* Android */
Color.parseColor("#cdd8df")Accessibility — WCAG contrast
Aa
#cdd8df on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd8df on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.7%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta3.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cdd8df text on a black background
contrast 14.48:1
Card sample
#cdd8df text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd8df;
Background color
Panel with #cdd8df background
background-color: #cdd8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 216, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 216, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd8df; background: linear-gradient(135deg, #cdd8df, #CECDDF);