#c7cedc
a light, soft blue · cool · closest name: silver
RGB
199, 206, 220
HSL
220°, 23%, 82%
CMYK
10, 6, 0, 14
Luminance
0.6145
Every format
| HEX | #c7cedc |
| RGB | rgb(199, 206, 220) |
| HSL | hsl(220, 23%, 82%) |
| CMYK | cmyk(10%, 6%, 0%, 14%) |
| LAB | lab(82.6 0.3 -7.7) |
| LCH | lch(82.6 7.8 272.4) |
| OKLCH | oklch(0.850 0.021 264.5) |
Copy-ready code
/* CSS */
color: #c7cedc;
background-color: #c7cedc;
/* Tailwind (arbitrary) */
class="text-[#c7cedc] bg-[#c7cedc]"
/* SCSS */
$brand: #c7cedc;
/* SwiftUI */
Color(red: 0.780, green: 0.808, blue: 0.863)
/* Android */
Color.parseColor("#c7cedc")Accessibility — WCAG contrast
Aa
#c7cedc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cedc on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.8%
Blue86.3%
CMYK percentages
Cyan9.5%
Magenta6.4%
Yellow0.0%
Key (black)13.7%
Color previews
#c7cedc text on a black background
contrast 13.29:1
Card sample
#c7cedc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cedc;
Background color
Panel with #c7cedc background
background-color: #c7cedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 206, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 206, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cedc; background: linear-gradient(135deg, #c7cedc, #CEC7DC);