#db3fe2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
219, 63, 226
HSL
297°, 74%, 57%
CMYK
3, 72, 0, 11
Luminance
0.2411
Every format
| HEX | #db3fe2 |
| RGB | rgb(219, 63, 226) |
| HSL | hsl(297, 74%, 57%) |
| CMYK | cmyk(3%, 72%, 0%, 11%) |
| LAB | lab(56.2 77.7 -51.5) |
| LCH | lch(56.2 93.2 326.4) |
| OKLCH | oklch(0.656 0.257 326.1) |
Copy-ready code
/* CSS */
color: #db3fe2;
background-color: #db3fe2;
/* Tailwind (arbitrary) */
class="text-[#db3fe2] bg-[#db3fe2]"
/* SCSS */
$brand: #db3fe2;
/* SwiftUI */
Color(red: 0.859, green: 0.247, blue: 0.886)
/* Android */
Color.parseColor("#db3fe2")Accessibility — WCAG contrast
Aa
#db3fe2 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3fe2 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.7%
Blue88.6%
CMYK percentages
Cyan3.1%
Magenta72.1%
Yellow0.0%
Key (black)11.4%
Color previews
#db3fe2 text on a black background
contrast 5.82:1
Card sample
#db3fe2 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3fe2;
Background color
Panel with #db3fe2 background
background-color: #db3fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 63, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 63, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3fe2; background: linear-gradient(135deg, #db3fe2, #E23F7C);