#db83eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
219, 131, 235
HSL
291°, 72%, 72%
CMYK
7, 44, 0, 8
Luminance
0.3729
Every format
| HEX | #db83eb |
| RGB | rgb(219, 131, 235) |
| HSL | hsl(291, 72%, 72%) |
| CMYK | cmyk(7%, 44%, 0%, 8%) |
| LAB | lab(67.5 49.9 -38.8) |
| LCH | lch(67.5 63.2 322.2) |
| OKLCH | oklch(0.740 0.171 321.3) |
Copy-ready code
/* CSS */
color: #db83eb;
background-color: #db83eb;
/* Tailwind (arbitrary) */
class="text-[#db83eb] bg-[#db83eb]"
/* SCSS */
$brand: #db83eb;
/* SwiftUI */
Color(red: 0.859, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#db83eb")Accessibility — WCAG contrast
Aa
#db83eb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db83eb on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green51.4%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#db83eb text on a black background
contrast 8.46:1
Card sample
#db83eb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db83eb;
Background color
Panel with #db83eb background
background-color: #db83eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db83eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db83eb; background: linear-gradient(135deg, #db83eb, #EB83B6);