#c6cdf7
a pale, electric blue · warm · closest name: lavender
RGB
198, 205, 247
HSL
231°, 75%, 87%
CMYK
20, 17, 0, 3
Luminance
0.6238
Every format
| HEX | #c6cdf7 |
| RGB | rgb(198, 205, 247) |
| HSL | hsl(231, 75%, 87%) |
| CMYK | cmyk(20%, 17%, 0%, 3%) |
| LAB | lab(83.1 6.2 -21.4) |
| LCH | lch(83.1 22.3 286.1) |
| OKLCH | oklch(0.857 0.059 277.7) |
Copy-ready code
/* CSS */
color: #c6cdf7;
background-color: #c6cdf7;
/* Tailwind (arbitrary) */
class="text-[#c6cdf7] bg-[#c6cdf7]"
/* SCSS */
$brand: #c6cdf7;
/* SwiftUI */
Color(red: 0.776, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#c6cdf7")Accessibility — WCAG contrast
Aa
#c6cdf7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cdf7 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.4%
Blue96.9%
CMYK percentages
Cyan19.8%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#c6cdf7 text on a black background
contrast 13.48:1
Card sample
#c6cdf7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cdf7;
Background color
Panel with #c6cdf7 background
background-color: #c6cdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cdf7; background: linear-gradient(135deg, #c6cdf7, #E0C6F7);