#db5cf1
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 92, 241
HSL
291°, 84%, 65%
CMYK
9, 62, 0, 6
Luminance
0.2907
Every format
| HEX | #db5cf1 |
| RGB | rgb(219, 92, 241) |
| HSL | hsl(291, 84%, 65%) |
| CMYK | cmyk(9%, 62%, 0%, 6%) |
| LAB | lab(60.8 69.5 -52.6) |
| LCH | lch(60.8 87.1 322.9) |
| OKLCH | oklch(0.692 0.235 321.5) |
Copy-ready code
/* CSS */
color: #db5cf1;
background-color: #db5cf1;
/* Tailwind (arbitrary) */
class="text-[#db5cf1] bg-[#db5cf1]"
/* SCSS */
$brand: #db5cf1;
/* SwiftUI */
Color(red: 0.859, green: 0.361, blue: 0.945)
/* Android */
Color.parseColor("#db5cf1")Accessibility — WCAG contrast
Aa
#db5cf1 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5cf1 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green36.1%
Blue94.5%
CMYK percentages
Cyan9.1%
Magenta61.8%
Yellow0.0%
Key (black)5.5%
Color previews
#db5cf1 text on a black background
contrast 6.81:1
Card sample
#db5cf1 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5cf1;
Background color
Panel with #db5cf1 background
background-color: #db5cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 92, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 92, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5cf1; background: linear-gradient(135deg, #db5cf1, #F15CA4);