#c6ccdf
a light, soft blue · warm · closest name: lavender
RGB
198, 204, 223
HSL
226°, 28%, 83%
CMYK
11, 9, 0, 13
Luminance
0.6052
Every format
| HEX | #c6ccdf |
| RGB | rgb(198, 204, 223) |
| HSL | hsl(226, 28%, 83%) |
| CMYK | cmyk(11%, 9%, 0%, 13%) |
| LAB | lab(82.1 1.6 -10.1) |
| LCH | lch(82.1 10.2 279.3) |
| OKLCH | oklch(0.846 0.027 271.8) |
Copy-ready code
/* CSS */
color: #c6ccdf;
background-color: #c6ccdf;
/* Tailwind (arbitrary) */
class="text-[#c6ccdf] bg-[#c6ccdf]"
/* SCSS */
$brand: #c6ccdf;
/* SwiftUI */
Color(red: 0.776, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#c6ccdf")Accessibility — WCAG contrast
Aa
#c6ccdf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ccdf on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.0%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c6ccdf text on a black background
contrast 13.10:1
Card sample
#c6ccdf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ccdf;
Background color
Panel with #c6ccdf background
background-color: #c6ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ccdf; background: linear-gradient(135deg, #c6ccdf, #D1C6DF);