#c6c9da
a light, soft blue · warm · closest name: silver
RGB
198, 201, 218
HSL
231°, 21%, 82%
CMYK
9, 8, 0, 15
Luminance
0.5884
Every format
| HEX | #c6c9da |
| RGB | rgb(198, 201, 218) |
| HSL | hsl(231, 21%, 82%) |
| CMYK | cmyk(9%, 8%, 0%, 15%) |
| LAB | lab(81.2 2.2 -8.8) |
| LCH | lch(81.2 9.1 284.3) |
| OKLCH | oklch(0.839 0.024 277.9) |
Copy-ready code
/* CSS */
color: #c6c9da;
background-color: #c6c9da;
/* Tailwind (arbitrary) */
class="text-[#c6c9da] bg-[#c6c9da]"
/* SCSS */
$brand: #c6c9da;
/* SwiftUI */
Color(red: 0.776, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#c6c9da")Accessibility — WCAG contrast
Aa
#c6c9da on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6c9da on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green78.8%
Blue85.5%
CMYK percentages
Cyan9.2%
Magenta7.8%
Yellow0.0%
Key (black)14.5%
Color previews
#c6c9da text on a black background
contrast 12.77:1
Card sample
#c6c9da text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6c9da;
Background color
Panel with #c6c9da background
background-color: #c6c9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6c9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 201, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 201, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6c9da; background: linear-gradient(135deg, #c6c9da, #D0C6DA);