#c6cdf1
a pale, vivid blue · warm · closest name: lavender
RGB
198, 205, 241
HSL
230°, 61%, 86%
CMYK
18, 15, 0, 6
Luminance
0.6202
Every format
| HEX | #c6cdf1 |
| RGB | rgb(198, 205, 241) |
| HSL | hsl(230, 61%, 86%) |
| CMYK | cmyk(18%, 15%, 0%, 6%) |
| LAB | lab(82.9 4.9 -18.5) |
| LCH | lch(82.9 19.1 284.8) |
| OKLCH | oklch(0.855 0.051 276.6) |
Copy-ready code
/* CSS */
color: #c6cdf1;
background-color: #c6cdf1;
/* Tailwind (arbitrary) */
class="text-[#c6cdf1] bg-[#c6cdf1]"
/* SCSS */
$brand: #c6cdf1;
/* SwiftUI */
Color(red: 0.776, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#c6cdf1")Accessibility — WCAG contrast
Aa
#c6cdf1 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cdf1 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.4%
Blue94.5%
CMYK percentages
Cyan17.8%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#c6cdf1 text on a black background
contrast 13.40:1
Card sample
#c6cdf1 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cdf1;
Background color
Panel with #c6cdf1 background
background-color: #c6cdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cdf1; background: linear-gradient(135deg, #c6cdf1, #DCC6F1);