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