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