#c8cbdb
a light, soft blue · warm · closest name: silver
RGB
200, 203, 219
HSL
231°, 21%, 82%
CMYK
9, 7, 0, 14
Luminance
0.6011
Every format
| HEX | #c8cbdb |
| RGB | rgb(200, 203, 219) |
| HSL | hsl(231, 21%, 82%) |
| CMYK | cmyk(9%, 7%, 0%, 14%) |
| LAB | lab(81.9 2.0 -8.3) |
| LCH | lch(81.9 8.5 283.8) |
| OKLCH | oklch(0.845 0.022 277.4) |
Copy-ready code
/* CSS */
color: #c8cbdb;
background-color: #c8cbdb;
/* Tailwind (arbitrary) */
class="text-[#c8cbdb] bg-[#c8cbdb]"
/* SCSS */
$brand: #c8cbdb;
/* SwiftUI */
Color(red: 0.784, green: 0.796, blue: 0.859)
/* Android */
Color.parseColor("#c8cbdb")Accessibility — WCAG contrast
Aa
#c8cbdb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cbdb on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green79.6%
Blue85.9%
CMYK percentages
Cyan8.7%
Magenta7.3%
Yellow0.0%
Key (black)14.1%
Color previews
#c8cbdb text on a black background
contrast 13.02:1
Card sample
#c8cbdb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cbdb;
Background color
Panel with #c8cbdb background
background-color: #c8cbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 203, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 203, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cbdb; background: linear-gradient(135deg, #c8cbdb, #D2C8DB);