#c7d5db
a light, soft cyan · cool · closest name: silver
RGB
199, 213, 219
HSL
198°, 22%, 82%
CMYK
9, 3, 0, 14
Luminance
0.6485
Every format
| HEX | #c7d5db |
| RGB | rgb(199, 213, 219) |
| HSL | hsl(198, 22%, 82%) |
| CMYK | cmyk(9%, 3%, 0%, 14%) |
| LAB | lab(84.4 -3.5 -4.6) |
| LCH | lch(84.4 5.8 232.3) |
| OKLCH | oklch(0.864 0.017 225.2) |
Copy-ready code
/* CSS */
color: #c7d5db;
background-color: #c7d5db;
/* Tailwind (arbitrary) */
class="text-[#c7d5db] bg-[#c7d5db]"
/* SCSS */
$brand: #c7d5db;
/* SwiftUI */
Color(red: 0.780, green: 0.835, blue: 0.859)
/* Android */
Color.parseColor("#c7d5db")Accessibility — WCAG contrast
Aa
#c7d5db on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d5db on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green83.5%
Blue85.9%
CMYK percentages
Cyan9.1%
Magenta2.7%
Yellow0.0%
Key (black)14.1%
Color previews
#c7d5db text on a black background
contrast 13.97:1
Card sample
#c7d5db text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d5db;
Background color
Panel with #c7d5db background
background-color: #c7d5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 213, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 213, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d5db; background: linear-gradient(135deg, #c7d5db, #C7C8DB);