#c9cfdb
a light, soft blue · cool · closest name: silver
RGB
201, 207, 219
HSL
220°, 20%, 82%
CMYK
8, 6, 0, 14
Luminance
0.6216
Every format
| HEX | #c9cfdb |
| RGB | rgb(201, 207, 219) |
| HSL | hsl(220, 20%, 82%) |
| CMYK | cmyk(8%, 6%, 0%, 14%) |
| LAB | lab(83.0 0.3 -6.6) |
| LCH | lch(83.0 6.6 272.2) |
| OKLCH | oklch(0.854 0.018 264.5) |
Copy-ready code
/* CSS */
color: #c9cfdb;
background-color: #c9cfdb;
/* Tailwind (arbitrary) */
class="text-[#c9cfdb] bg-[#c9cfdb]"
/* SCSS */
$brand: #c9cfdb;
/* SwiftUI */
Color(red: 0.788, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#c9cfdb")Accessibility — WCAG contrast
Aa
#c9cfdb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cfdb on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green81.2%
Blue85.9%
CMYK percentages
Cyan8.2%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#c9cfdb text on a black background
contrast 13.43:1
Card sample
#c9cfdb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cfdb;
Background color
Panel with #c9cfdb background
background-color: #c9cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cfdb; background: linear-gradient(135deg, #c9cfdb, #CFC9DB);