#c9dcdf
a light, soft cyan · cool · closest name: silver
RGB
201, 220, 223
HSL
188°, 26%, 83%
CMYK
10, 1, 0, 13
Luminance
0.6893
Every format
| HEX | #c9dcdf |
| RGB | rgb(201, 220, 223) |
| HSL | hsl(188, 26%, 83%) |
| CMYK | cmyk(10%, 1%, 0%, 13%) |
| LAB | lab(86.5 -5.7 -3.6) |
| LCH | lch(86.5 6.8 212.4) |
| OKLCH | oklch(0.881 0.021 208.1) |
Copy-ready code
/* CSS */
color: #c9dcdf;
background-color: #c9dcdf;
/* Tailwind (arbitrary) */
class="text-[#c9dcdf] bg-[#c9dcdf]"
/* SCSS */
$brand: #c9dcdf;
/* SwiftUI */
Color(red: 0.788, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#c9dcdf")Accessibility — WCAG contrast
Aa
#c9dcdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dcdf on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green86.3%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c9dcdf text on a black background
contrast 14.79:1
Card sample
#c9dcdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dcdf;
Background color
Panel with #c9dcdf background
background-color: #c9dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dcdf; background: linear-gradient(135deg, #c9dcdf, #C9CDDF);