#db3fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 63, 210
HSL
304°, 68%, 55%
CMYK
0, 71, 4, 14
Luminance
0.2327
Every format
| HEX | #db3fd2 |
| RGB | rgb(219, 63, 210) |
| HSL | hsl(304, 68%, 55%) |
| CMYK | cmyk(0%, 71%, 4%, 14%) |
| LAB | lab(55.4 75.2 -43.8) |
| LCH | lch(55.4 87.0 329.8) |
| OKLCH | oklch(0.647 0.245 330.5) |
Copy-ready code
/* CSS */
color: #db3fd2;
background-color: #db3fd2;
/* Tailwind (arbitrary) */
class="text-[#db3fd2] bg-[#db3fd2]"
/* SCSS */
$brand: #db3fd2;
/* SwiftUI */
Color(red: 0.859, green: 0.247, blue: 0.824)
/* Android */
Color.parseColor("#db3fd2")Accessibility — WCAG contrast
Aa
#db3fd2 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3fd2 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.7%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow4.1%
Key (black)14.1%
Color previews
#db3fd2 text on a black background
contrast 5.65:1
Card sample
#db3fd2 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3fd2;
Background color
Panel with #db3fd2 background
background-color: #db3fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 63, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 63, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3fd2; background: linear-gradient(135deg, #db3fd2, #DB3F6A);