#c6cadd
a light, soft blue · warm · closest name: lavender
RGB
198, 202, 221
HSL
230°, 25%, 82%
CMYK
10, 9, 0, 13
Luminance
0.5947
Every format
| HEX | #c6cadd |
| RGB | rgb(198, 202, 221) |
| HSL | hsl(230, 25%, 82%) |
| CMYK | cmyk(10%, 9%, 0%, 13%) |
| LAB | lab(81.5 2.3 -9.9) |
| LCH | lch(81.5 10.2 283.2) |
| OKLCH | oklch(0.842 0.027 276.3) |
Copy-ready code
/* CSS */
color: #c6cadd;
background-color: #c6cadd;
/* Tailwind (arbitrary) */
class="text-[#c6cadd] bg-[#c6cadd]"
/* SCSS */
$brand: #c6cadd;
/* SwiftUI */
Color(red: 0.776, green: 0.792, blue: 0.867)
/* Android */
Color.parseColor("#c6cadd")Accessibility — WCAG contrast
Aa
#c6cadd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cadd on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green79.2%
Blue86.7%
CMYK percentages
Cyan10.4%
Magenta8.6%
Yellow0.0%
Key (black)13.3%
Color previews
#c6cadd text on a black background
contrast 12.89:1
Card sample
#c6cadd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cadd;
Background color
Panel with #c6cadd background
background-color: #c6cadd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cadd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 202, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 202, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cadd; background: linear-gradient(135deg, #c6cadd, #D1C6DD);