#d7c3ff
a pale, electric violet · warm · closest name: plum
RGB
215, 195, 255
HSL
260°, 100%, 88%
CMYK
16, 24, 0, 0
Luminance
0.6070
Every format
| HEX | #d7c3ff |
| RGB | rgb(215, 195, 255) |
| HSL | hsl(260, 100%, 88%) |
| CMYK | cmyk(16%, 24%, 0%, 0%) |
| LAB | lab(82.2 18.5 -26.9) |
| LCH | lch(82.2 32.6 304.5) |
| OKLCH | oklch(0.854 0.085 299.9) |
Copy-ready code
/* CSS */
color: #d7c3ff;
background-color: #d7c3ff;
/* Tailwind (arbitrary) */
class="text-[#d7c3ff] bg-[#d7c3ff]"
/* SCSS */
$brand: #d7c3ff;
/* SwiftUI */
Color(red: 0.843, green: 0.765, blue: 1.000)
/* Android */
Color.parseColor("#d7c3ff")Accessibility — WCAG contrast
Aa
#d7c3ff on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7c3ff on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green76.5%
Blue100.0%
CMYK percentages
Cyan15.7%
Magenta23.5%
Yellow0.0%
Key (black)0.0%
Color previews
#d7c3ff text on a black background
contrast 13.14:1
Card sample
#d7c3ff text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7c3ff;
Background color
Panel with #d7c3ff background
background-color: #d7c3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7c3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 195, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 195, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7c3ff; background: linear-gradient(135deg, #d7c3ff, #FFC3FF);