#c9dfe2
a light, soft cyan · cool · closest name: silver
RGB
201, 223, 226
HSL
187°, 30%, 84%
CMYK
11, 1, 0, 11
Luminance
0.7068
Every format
| HEX | #c9dfe2 |
| RGB | rgb(201, 223, 226) |
| HSL | hsl(187, 30%, 84%) |
| CMYK | cmyk(11%, 1%, 0%, 11%) |
| LAB | lab(87.3 -6.7 -4.0) |
| LCH | lch(87.3 7.8 210.6) |
| OKLCH | oklch(0.888 0.024 206.6) |
Copy-ready code
/* CSS */
color: #c9dfe2;
background-color: #c9dfe2;
/* Tailwind (arbitrary) */
class="text-[#c9dfe2] bg-[#c9dfe2]"
/* SCSS */
$brand: #c9dfe2;
/* SwiftUI */
Color(red: 0.788, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#c9dfe2")Accessibility — WCAG contrast
Aa
#c9dfe2 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dfe2 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green87.5%
Blue88.6%
CMYK percentages
Cyan11.1%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#c9dfe2 text on a black background
contrast 15.14:1
Card sample
#c9dfe2 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dfe2;
Background color
Panel with #c9dfe2 background
background-color: #c9dfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dfe2; background: linear-gradient(135deg, #c9dfe2, #C9CEE2);