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