#db3fd6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 63, 214
HSL
302°, 68%, 55%
CMYK
0, 71, 2, 14
Luminance
0.2347
Every format
| HEX | #db3fd6 |
| RGB | rgb(219, 63, 214) |
| HSL | hsl(302, 68%, 55%) |
| CMYK | cmyk(0%, 71%, 2%, 14%) |
| LAB | lab(55.6 75.8 -45.8) |
| LCH | lch(55.6 88.5 328.9) |
| OKLCH | oklch(0.650 0.248 329.4) |
Copy-ready code
/* CSS */
color: #db3fd6;
background-color: #db3fd6;
/* Tailwind (arbitrary) */
class="text-[#db3fd6] bg-[#db3fd6]"
/* SCSS */
$brand: #db3fd6;
/* SwiftUI */
Color(red: 0.859, green: 0.247, blue: 0.839)
/* Android */
Color.parseColor("#db3fd6")Accessibility — WCAG contrast
Aa
#db3fd6 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3fd6 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.7%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow2.3%
Key (black)14.1%
Color previews
#db3fd6 text on a black background
contrast 5.69:1
Card sample
#db3fd6 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3fd6;
Background color
Panel with #db3fd6 background
background-color: #db3fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 63, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 63, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3fd6; background: linear-gradient(135deg, #db3fd6, #DB3F6E);