#c7d9da
a light, soft cyan · cool · closest name: silver
RGB
199, 217, 218
HSL
183°, 20%, 82%
CMYK
9, 1, 0, 15
Luminance
0.6683
Every format
| HEX | #c7d9da |
| RGB | rgb(199, 217, 218) |
| HSL | hsl(183, 20%, 82%) |
| CMYK | cmyk(9%, 1%, 0%, 15%) |
| LAB | lab(85.4 -5.8 -2.5) |
| LCH | lch(85.4 6.3 203.7) |
| OKLCH | oklch(0.872 0.019 200.8) |
Copy-ready code
/* CSS */
color: #c7d9da;
background-color: #c7d9da;
/* Tailwind (arbitrary) */
class="text-[#c7d9da] bg-[#c7d9da]"
/* SCSS */
$brand: #c7d9da;
/* SwiftUI */
Color(red: 0.780, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#c7d9da")Accessibility — WCAG contrast
Aa
#c7d9da on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d9da on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green85.1%
Blue85.5%
CMYK percentages
Cyan8.7%
Magenta0.5%
Yellow0.0%
Key (black)14.5%
Color previews
#c7d9da text on a black background
contrast 14.37:1
Card sample
#c7d9da text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d9da;
Background color
Panel with #c7d9da background
background-color: #c7d9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 217, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 217, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d9da; background: linear-gradient(135deg, #c7d9da, #C7CCDA);