#d3b4f9
a light, electric violet · warm · closest name: plum
RGB
211, 180, 249
HSL
267°, 85%, 84%
CMYK
15, 28, 0, 2
Luminance
0.5333
Every format
| HEX | #d3b4f9 |
| RGB | rgb(211, 180, 249) |
| HSL | hsl(267, 85%, 84%) |
| CMYK | cmyk(15%, 28%, 0%, 2%) |
| LAB | lab(78.1 24.1 -30.1) |
| LCH | lch(78.1 38.5 308.7) |
| OKLCH | oklch(0.820 0.100 304.8) |
Copy-ready code
/* CSS */
color: #d3b4f9;
background-color: #d3b4f9;
/* Tailwind (arbitrary) */
class="text-[#d3b4f9] bg-[#d3b4f9]"
/* SCSS */
$brand: #d3b4f9;
/* SwiftUI */
Color(red: 0.827, green: 0.706, blue: 0.976)
/* Android */
Color.parseColor("#d3b4f9")Accessibility — WCAG contrast
Aa
#d3b4f9 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3b4f9 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green70.6%
Blue97.6%
CMYK percentages
Cyan15.3%
Magenta27.7%
Yellow0.0%
Key (black)2.4%
Color previews
#d3b4f9 text on a black background
contrast 11.67:1
Card sample
#d3b4f9 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3b4f9;
Background color
Panel with #d3b4f9 background
background-color: #d3b4f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3b4f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 180, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 180, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3b4f9; background: linear-gradient(135deg, #d3b4f9, #F9B4F1);