#c7d7db
a light, soft cyan · cool · closest name: silver
RGB
199, 215, 219
HSL
192°, 22%, 82%
CMYK
9, 2, 0, 14
Luminance
0.6586
Every format
| HEX | #c7d7db |
| RGB | rgb(199, 215, 219) |
| HSL | hsl(192, 22%, 82%) |
| CMYK | cmyk(9%, 2%, 0%, 14%) |
| LAB | lab(84.9 -4.6 -3.8) |
| LCH | lch(84.9 6.0 219.8) |
| OKLCH | oklch(0.868 0.018 214.4) |
Copy-ready code
/* CSS */
color: #c7d7db;
background-color: #c7d7db;
/* Tailwind (arbitrary) */
class="text-[#c7d7db] bg-[#c7d7db]"
/* SCSS */
$brand: #c7d7db;
/* SwiftUI */
Color(red: 0.780, green: 0.843, blue: 0.859)
/* Android */
Color.parseColor("#c7d7db")Accessibility — WCAG contrast
Aa
#c7d7db on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d7db on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green84.3%
Blue85.9%
CMYK percentages
Cyan9.1%
Magenta1.8%
Yellow0.0%
Key (black)14.1%
Color previews
#c7d7db text on a black background
contrast 14.17:1
Card sample
#c7d7db text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d7db;
Background color
Panel with #c7d7db background
background-color: #c7d7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 215, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 215, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d7db; background: linear-gradient(135deg, #c7d7db, #C7CADB);