#cddbdf
a light, soft cyan · cool · closest name: silver
RGB
205, 219, 223
HSL
193°, 22%, 84%
CMYK
8, 2, 0, 13
Luminance
0.6897
Every format
| HEX | #cddbdf |
| RGB | rgb(205, 219, 223) |
| HSL | hsl(193, 22%, 84%) |
| CMYK | cmyk(8%, 2%, 0%, 13%) |
| LAB | lab(86.5 -3.9 -3.6) |
| LCH | lch(86.5 5.3 222.4) |
| OKLCH | oklch(0.882 0.016 216.7) |
Copy-ready code
/* CSS */
color: #cddbdf;
background-color: #cddbdf;
/* Tailwind (arbitrary) */
class="text-[#cddbdf] bg-[#cddbdf]"
/* SCSS */
$brand: #cddbdf;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#cddbdf")Accessibility — WCAG contrast
Aa
#cddbdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbdf on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta1.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cddbdf text on a black background
contrast 14.79:1
Card sample
#cddbdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbdf;
Background color
Panel with #cddbdf background
background-color: #cddbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbdf; background: linear-gradient(135deg, #cddbdf, #CDCFDF);