#d883eb
a light, vivid violet · warm · closest name: violet
RGB
216, 131, 235
HSL
289°, 72%, 72%
CMYK
8, 44, 0, 8
Luminance
0.3683
Every format
| HEX | #d883eb |
| RGB | rgb(216, 131, 235) |
| HSL | hsl(289, 72%, 72%) |
| CMYK | cmyk(8%, 44%, 0%, 8%) |
| LAB | lab(67.2 49.0 -39.3) |
| LCH | lch(67.2 62.9 321.3) |
| OKLCH | oklch(0.737 0.169 320.1) |
Copy-ready code
/* CSS */
color: #d883eb;
background-color: #d883eb;
/* Tailwind (arbitrary) */
class="text-[#d883eb] bg-[#d883eb]"
/* SCSS */
$brand: #d883eb;
/* SwiftUI */
Color(red: 0.847, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#d883eb")Accessibility — WCAG contrast
Aa
#d883eb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d883eb on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green51.4%
Blue92.2%
CMYK percentages
Cyan8.1%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d883eb text on a black background
contrast 8.37:1
Card sample
#d883eb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d883eb;
Background color
Panel with #d883eb background
background-color: #d883eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d883eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d883eb; background: linear-gradient(135deg, #d883eb, #EB83B9);