#c5cfdc
a light, soft blue · cool · closest name: silver
RGB
197, 207, 220
HSL
214°, 25%, 82%
CMYK
11, 6, 0, 14
Luminance
0.6166
Every format
| HEX | #c5cfdc |
| RGB | rgb(197, 207, 220) |
| HSL | hsl(214, 25%, 82%) |
| CMYK | cmyk(11%, 6%, 0%, 14%) |
| LAB | lab(82.7 -0.9 -7.6) |
| LCH | lch(82.7 7.6 263.5) |
| OKLCH | oklch(0.851 0.021 254.9) |
Copy-ready code
/* CSS */
color: #c5cfdc;
background-color: #c5cfdc;
/* Tailwind (arbitrary) */
class="text-[#c5cfdc] bg-[#c5cfdc]"
/* SCSS */
$brand: #c5cfdc;
/* SwiftUI */
Color(red: 0.773, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#c5cfdc")Accessibility — WCAG contrast
Aa
#c5cfdc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cfdc on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green81.2%
Blue86.3%
CMYK percentages
Cyan10.5%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#c5cfdc text on a black background
contrast 13.33:1
Card sample
#c5cfdc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cfdc;
Background color
Panel with #c5cfdc background
background-color: #c5cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cfdc; background: linear-gradient(135deg, #c5cfdc, #CAC5DC);