#d1c6fd
a pale, electric blue · warm · closest name: plum
RGB
209, 198, 253
HSL
252°, 93%, 88%
CMYK
17, 22, 0, 1
Luminance
0.6104
Every format
| HEX | #d1c6fd |
| RGB | rgb(209, 198, 253) |
| HSL | hsl(252, 93%, 88%) |
| CMYK | cmyk(17%, 22%, 0%, 1%) |
| LAB | lab(82.4 14.6 -25.6) |
| LCH | lch(82.4 29.5 299.7) |
| OKLCH | oklch(0.854 0.076 293.9) |
Copy-ready code
/* CSS */
color: #d1c6fd;
background-color: #d1c6fd;
/* Tailwind (arbitrary) */
class="text-[#d1c6fd] bg-[#d1c6fd]"
/* SCSS */
$brand: #d1c6fd;
/* SwiftUI */
Color(red: 0.820, green: 0.776, blue: 0.992)
/* Android */
Color.parseColor("#d1c6fd")Accessibility — WCAG contrast
Aa
#d1c6fd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1c6fd on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green77.6%
Blue99.2%
CMYK percentages
Cyan17.4%
Magenta21.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d1c6fd text on a black background
contrast 13.21:1
Card sample
#d1c6fd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1c6fd;
Background color
Panel with #d1c6fd background
background-color: #d1c6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1c6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 198, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 198, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1c6fd; background: linear-gradient(135deg, #d1c6fd, #F6C6FD);