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