#c6dcfc
a pale, electric blue · cool · closest name: lavender
RGB
198, 220, 252
HSL
216°, 90%, 88%
CMYK
21, 13, 0, 1
Luminance
0.7022
Every format
| HEX | #c6dcfc |
| RGB | rgb(198, 220, 252) |
| HSL | hsl(216, 90%, 88%) |
| CMYK | cmyk(21%, 13%, 0%, 1%) |
| LAB | lab(87.1 -0.7 -18.0) |
| LCH | lch(87.1 18.0 267.9) |
| OKLCH | oklch(0.888 0.050 257.7) |
Copy-ready code
/* CSS */
color: #c6dcfc;
background-color: #c6dcfc;
/* Tailwind (arbitrary) */
class="text-[#c6dcfc] bg-[#c6dcfc]"
/* SCSS */
$brand: #c6dcfc;
/* SwiftUI */
Color(red: 0.776, green: 0.863, blue: 0.988)
/* Android */
Color.parseColor("#c6dcfc")Accessibility — WCAG contrast
Aa
#c6dcfc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6dcfc on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green86.3%
Blue98.8%
CMYK percentages
Cyan21.4%
Magenta12.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c6dcfc text on a black background
contrast 15.04:1
Card sample
#c6dcfc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6dcfc;
Background color
Panel with #c6dcfc background
background-color: #c6dcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6dcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 220, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 220, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6dcfc; background: linear-gradient(135deg, #c6dcfc, #D4C6FC);