#c9dfda
a light, soft cyan · cool · closest name: silver
RGB
201, 223, 218
HSL
166°, 26%, 83%
CMYK
10, 0, 2, 13
Luminance
0.7025
Every format
| HEX | #c9dfda |
| RGB | rgb(201, 223, 218) |
| HSL | hsl(166, 26%, 83%) |
| CMYK | cmyk(10%, 0%, 2%, 13%) |
| LAB | lab(87.1 -8.2 -0.0) |
| LCH | lch(87.1 8.2 180.3) |
| OKLCH | oklch(0.886 0.024 180.6) |
Copy-ready code
/* CSS */
color: #c9dfda;
background-color: #c9dfda;
/* Tailwind (arbitrary) */
class="text-[#c9dfda] bg-[#c9dfda]"
/* SCSS */
$brand: #c9dfda;
/* SwiftUI */
Color(red: 0.788, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#c9dfda")Accessibility — WCAG contrast
Aa
#c9dfda on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dfda on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green87.5%
Blue85.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#c9dfda text on a black background
contrast 15.05:1
Card sample
#c9dfda text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dfda;
Background color
Panel with #c9dfda background
background-color: #c9dfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dfda; background: linear-gradient(135deg, #c9dfda, #C9D5DF);