#d3c7fd
a pale, electric blue · warm · closest name: plum
RGB
211, 199, 253
HSL
253°, 93%, 89%
CMYK
17, 21, 0, 1
Luminance
0.6179
Every format
| HEX | #d3c7fd |
| RGB | rgb(211, 199, 253) |
| HSL | hsl(253, 93%, 89%) |
| CMYK | cmyk(17%, 21%, 0%, 1%) |
| LAB | lab(82.8 14.7 -25.0) |
| LCH | lch(82.8 29.0 300.5) |
| OKLCH | oklch(0.857 0.075 295.0) |
Copy-ready code
/* CSS */
color: #d3c7fd;
background-color: #d3c7fd;
/* Tailwind (arbitrary) */
class="text-[#d3c7fd] bg-[#d3c7fd]"
/* SCSS */
$brand: #d3c7fd;
/* SwiftUI */
Color(red: 0.827, green: 0.780, blue: 0.992)
/* Android */
Color.parseColor("#d3c7fd")Accessibility — WCAG contrast
Aa
#d3c7fd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3c7fd on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green78.0%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta21.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d3c7fd text on a black background
contrast 13.36:1
Card sample
#d3c7fd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3c7fd;
Background color
Panel with #d3c7fd background
background-color: #d3c7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3c7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 199, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 199, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3c7fd; background: linear-gradient(135deg, #d3c7fd, #F7C7FD);