#c7c8db
a light, soft blue · warm · closest name: silver
RGB
199, 200, 219
HSL
237°, 22%, 82%
CMYK
9, 9, 0, 14
Luminance
0.5857
Every format
| HEX | #c7c8db |
| RGB | rgb(199, 200, 219) |
| HSL | hsl(237, 22%, 82%) |
| CMYK | cmyk(9%, 9%, 0%, 14%) |
| LAB | lab(81.0 3.3 -9.5) |
| LCH | lch(81.0 10.1 289.1) |
| OKLCH | oklch(0.838 0.026 283.4) |
Copy-ready code
/* CSS */
color: #c7c8db;
background-color: #c7c8db;
/* Tailwind (arbitrary) */
class="text-[#c7c8db] bg-[#c7c8db]"
/* SCSS */
$brand: #c7c8db;
/* SwiftUI */
Color(red: 0.780, green: 0.784, blue: 0.859)
/* Android */
Color.parseColor("#c7c8db")Accessibility — WCAG contrast
Aa
#c7c8db on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c8db on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green78.4%
Blue85.9%
CMYK percentages
Cyan9.1%
Magenta8.7%
Yellow0.0%
Key (black)14.1%
Color previews
#c7c8db text on a black background
contrast 12.71:1
Card sample
#c7c8db text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c8db;
Background color
Panel with #c7c8db background
background-color: #c7c8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 200, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 200, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c8db; background: linear-gradient(135deg, #c7c8db, #D3C7DB);