#c9d9da
a light, soft cyan · cool · closest name: silver
RGB
201, 217, 218
HSL
184°, 19%, 82%
CMYK
8, 1, 0, 15
Luminance
0.6711
Every format
| HEX | #c9d9da |
| RGB | rgb(201, 217, 218) |
| HSL | hsl(184, 19%, 82%) |
| CMYK | cmyk(8%, 1%, 0%, 15%) |
| LAB | lab(85.6 -5.2 -2.3) |
| LCH | lch(85.6 5.7 204.3) |
| OKLCH | oklch(0.874 0.017 201.4) |
Copy-ready code
/* CSS */
color: #c9d9da;
background-color: #c9d9da;
/* Tailwind (arbitrary) */
class="text-[#c9d9da] bg-[#c9d9da]"
/* SCSS */
$brand: #c9d9da;
/* SwiftUI */
Color(red: 0.788, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#c9d9da")Accessibility — WCAG contrast
Aa
#c9d9da on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d9da on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green85.1%
Blue85.5%
CMYK percentages
Cyan7.8%
Magenta0.5%
Yellow0.0%
Key (black)14.5%
Color previews
#c9d9da text on a black background
contrast 14.42:1
Card sample
#c9d9da text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d9da;
Background color
Panel with #c9d9da background
background-color: #c9d9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 217, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 217, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d9da; background: linear-gradient(135deg, #c9d9da, #C9CEDA);