#db38eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 56, 235
HSL
295°, 82%, 57%
CMYK
7, 76, 0, 8
Luminance
0.2389
Every format
| HEX | #db38eb |
| RGB | rgb(219, 56, 235) |
| HSL | hsl(295, 82%, 57%) |
| CMYK | cmyk(7%, 76%, 0%, 8%) |
| LAB | lab(56.0 81.2 -57.0) |
| LCH | lch(56.0 99.2 325.0) |
| OKLCH | oklch(0.656 0.271 324.0) |
Copy-ready code
/* CSS */
color: #db38eb;
background-color: #db38eb;
/* Tailwind (arbitrary) */
class="text-[#db38eb] bg-[#db38eb]"
/* SCSS */
$brand: #db38eb;
/* SwiftUI */
Color(red: 0.859, green: 0.220, blue: 0.922)
/* Android */
Color.parseColor("#db38eb")Accessibility — WCAG contrast
Aa
#db38eb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db38eb on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green22.0%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta76.2%
Yellow0.0%
Key (black)7.8%
Color previews
#db38eb text on a black background
contrast 5.78:1
Card sample
#db38eb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db38eb;
Background color
Panel with #db38eb background
background-color: #db38eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db38eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 56, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 56, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db38eb; background: linear-gradient(135deg, #db38eb, #EB3884);