#d6b7eb
a light, vivid violet · warm · closest name: plum
RGB
214, 183, 235
HSL
276°, 57%, 82%
CMYK
9, 22, 0, 8
Luminance
0.5416
Every format
| HEX | #d6b7eb |
| RGB | rgb(214, 183, 235) |
| HSL | hsl(276, 57%, 82%) |
| CMYK | cmyk(9%, 22%, 0%, 8%) |
| LAB | lab(78.6 20.5 -21.8) |
| LCH | lch(78.6 29.9 313.3) |
| OKLCH | oklch(0.823 0.079 311.5) |
Copy-ready code
/* CSS */
color: #d6b7eb;
background-color: #d6b7eb;
/* Tailwind (arbitrary) */
class="text-[#d6b7eb] bg-[#d6b7eb]"
/* SCSS */
$brand: #d6b7eb;
/* SwiftUI */
Color(red: 0.839, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#d6b7eb")Accessibility — WCAG contrast
Aa
#d6b7eb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6b7eb on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green71.8%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d6b7eb text on a black background
contrast 11.83:1
Card sample
#d6b7eb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6b7eb;
Background color
Panel with #d6b7eb background
background-color: #d6b7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6b7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6b7eb; background: linear-gradient(135deg, #d6b7eb, #EBB7DD);