#d3b3ff
a pale, electric violet · warm · closest name: plum
RGB
211, 179, 255
HSL
265°, 100%, 85%
CMYK
17, 30, 0, 0
Luminance
0.5331
Every format
| HEX | #d3b3ff |
| RGB | rgb(211, 179, 255) |
| HSL | hsl(265, 100%, 85%) |
| CMYK | cmyk(17%, 30%, 0%, 0%) |
| LAB | lab(78.1 25.9 -33.3) |
| LCH | lch(78.1 42.2 307.9) |
| OKLCH | oklch(0.821 0.110 303.4) |
Copy-ready code
/* CSS */
color: #d3b3ff;
background-color: #d3b3ff;
/* Tailwind (arbitrary) */
class="text-[#d3b3ff] bg-[#d3b3ff]"
/* SCSS */
$brand: #d3b3ff;
/* SwiftUI */
Color(red: 0.827, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#d3b3ff")Accessibility — WCAG contrast
Aa
#d3b3ff on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3b3ff on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green70.2%
Blue100.0%
CMYK percentages
Cyan17.3%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d3b3ff text on a black background
contrast 11.66:1
Card sample
#d3b3ff text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3b3ff;
Background color
Panel with #d3b3ff background
background-color: #d3b3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3b3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3b3ff; background: linear-gradient(135deg, #d3b3ff, #FFB3F8);