#c6d9fc
a pale, electric blue · cool · closest name: lavender
RGB
198, 217, 252
HSL
219°, 90%, 88%
CMYK
21, 14, 0, 1
Luminance
0.6866
Every format
| HEX | #c6d9fc |
| RGB | rgb(198, 217, 252) |
| HSL | hsl(219, 90%, 88%) |
| CMYK | cmyk(21%, 14%, 0%, 1%) |
| LAB | lab(86.3 0.9 -19.2) |
| LCH | lch(86.3 19.2 272.7) |
| OKLCH | oklch(0.882 0.053 262.7) |
Copy-ready code
/* CSS */
color: #c6d9fc;
background-color: #c6d9fc;
/* Tailwind (arbitrary) */
class="text-[#c6d9fc] bg-[#c6d9fc]"
/* SCSS */
$brand: #c6d9fc;
/* SwiftUI */
Color(red: 0.776, green: 0.851, blue: 0.988)
/* Android */
Color.parseColor("#c6d9fc")Accessibility — WCAG contrast
Aa
#c6d9fc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6d9fc on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green85.1%
Blue98.8%
CMYK percentages
Cyan21.4%
Magenta13.9%
Yellow0.0%
Key (black)1.2%
Color previews
#c6d9fc text on a black background
contrast 14.73:1
Card sample
#c6d9fc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6d9fc;
Background color
Panel with #c6d9fc background
background-color: #c6d9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6d9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 217, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 217, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6d9fc; background: linear-gradient(135deg, #c6d9fc, #D7C6FC);