#c6cdf6
a pale, vivid blue · warm · closest name: lavender
RGB
198, 205, 246
HSL
231°, 73%, 87%
CMYK
20, 17, 0, 4
Luminance
0.6232
Every format
| HEX | #c6cdf6 |
| RGB | rgb(198, 205, 246) |
| HSL | hsl(231, 73%, 87%) |
| CMYK | cmyk(20%, 17%, 0%, 4%) |
| LAB | lab(83.1 6.0 -20.9) |
| LCH | lch(83.1 21.7 285.9) |
| OKLCH | oklch(0.856 0.058 277.5) |
Copy-ready code
/* CSS */
color: #c6cdf6;
background-color: #c6cdf6;
/* Tailwind (arbitrary) */
class="text-[#c6cdf6] bg-[#c6cdf6]"
/* SCSS */
$brand: #c6cdf6;
/* SwiftUI */
Color(red: 0.776, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#c6cdf6")Accessibility — WCAG contrast
Aa
#c6cdf6 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cdf6 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.4%
Blue96.5%
CMYK percentages
Cyan19.5%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#c6cdf6 text on a black background
contrast 13.46:1
Card sample
#c6cdf6 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cdf6;
Background color
Panel with #c6cdf6 background
background-color: #c6cdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cdf6; background: linear-gradient(135deg, #c6cdf6, #DFC6F6);