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