#c6cdf3
a pale, vivid blue · warm · closest name: lavender
RGB
198, 205, 243
HSL
231°, 65%, 87%
CMYK
19, 16, 0, 5
Luminance
0.6214
Every format
| HEX | #c6cdf3 |
| RGB | rgb(198, 205, 243) |
| HSL | hsl(231, 65%, 87%) |
| CMYK | cmyk(19%, 16%, 0%, 5%) |
| LAB | lab(83.0 5.3 -19.5) |
| LCH | lch(83.0 20.2 285.3) |
| OKLCH | oklch(0.855 0.053 277.0) |
Copy-ready code
/* CSS */
color: #c6cdf3;
background-color: #c6cdf3;
/* Tailwind (arbitrary) */
class="text-[#c6cdf3] bg-[#c6cdf3]"
/* SCSS */
$brand: #c6cdf3;
/* SwiftUI */
Color(red: 0.776, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#c6cdf3")Accessibility — WCAG contrast
Aa
#c6cdf3 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cdf3 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.4%
Blue95.3%
CMYK percentages
Cyan18.5%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#c6cdf3 text on a black background
contrast 13.43:1
Card sample
#c6cdf3 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cdf3;
Background color
Panel with #c6cdf3 background
background-color: #c6cdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cdf3; background: linear-gradient(135deg, #c6cdf3, #DDC6F3);