#c8cada
a light, soft blue · warm · closest name: silver
RGB
200, 202, 218
HSL
233°, 20%, 82%
CMYK
8, 7, 0, 15
Luminance
0.5958
Every format
| HEX | #c8cada |
| RGB | rgb(200, 202, 218) |
| HSL | hsl(233, 20%, 82%) |
| CMYK | cmyk(8%, 7%, 0%, 15%) |
| LAB | lab(81.6 2.4 -8.2) |
| LCH | lch(81.6 8.5 286.2) |
| OKLCH | oklch(0.842 0.022 280.2) |
Copy-ready code
/* CSS */
color: #c8cada;
background-color: #c8cada;
/* Tailwind (arbitrary) */
class="text-[#c8cada] bg-[#c8cada]"
/* SCSS */
$brand: #c8cada;
/* SwiftUI */
Color(red: 0.784, green: 0.792, blue: 0.855)
/* Android */
Color.parseColor("#c8cada")Accessibility — WCAG contrast
Aa
#c8cada on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cada on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green79.2%
Blue85.5%
CMYK percentages
Cyan8.3%
Magenta7.3%
Yellow0.0%
Key (black)14.5%
Color previews
#c8cada text on a black background
contrast 12.92:1
Card sample
#c8cada text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cada;
Background color
Panel with #c8cada background
background-color: #c8cada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 202, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 202, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cada; background: linear-gradient(135deg, #c8cada, #D2C8DA);