#c9d8df
a light, soft cyan · cool · closest name: silver
RGB
201, 216, 223
HSL
199°, 26%, 83%
CMYK
10, 3, 0, 13
Luminance
0.6686
Every format
| HEX | #c9d8df |
| RGB | rgb(201, 216, 223) |
| HSL | hsl(199, 26%, 83%) |
| CMYK | cmyk(10%, 3%, 0%, 13%) |
| LAB | lab(85.4 -3.7 -5.2) |
| LCH | lch(85.4 6.3 234.6) |
| OKLCH | oklch(0.873 0.019 227.3) |
Copy-ready code
/* CSS */
color: #c9d8df;
background-color: #c9d8df;
/* Tailwind (arbitrary) */
class="text-[#c9d8df] bg-[#c9d8df]"
/* SCSS */
$brand: #c9d8df;
/* SwiftUI */
Color(red: 0.788, green: 0.847, blue: 0.875)
/* Android */
Color.parseColor("#c9d8df")Accessibility — WCAG contrast
Aa
#c9d8df on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d8df on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green84.7%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta3.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c9d8df text on a black background
contrast 14.37:1
Card sample
#c9d8df text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d8df;
Background color
Panel with #c9d8df background
background-color: #c9d8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 216, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 216, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d8df; background: linear-gradient(135deg, #c9d8df, #C9C9DF);