#db3f9b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 63, 155
HSL
325°, 68%, 55%
CMYK
0, 71, 29, 14
Luminance
0.2098
Every format
| HEX | #db3f9b |
| RGB | rgb(219, 63, 155) |
| HSL | hsl(325, 68%, 55%) |
| CMYK | cmyk(0%, 71%, 29%, 14%) |
| LAB | lab(52.9 67.7 -15.6) |
| LCH | lch(52.9 69.4 347.0) |
| OKLCH | oklch(0.622 0.210 348.7) |
Copy-ready code
/* CSS */
color: #db3f9b;
background-color: #db3f9b;
/* Tailwind (arbitrary) */
class="text-[#db3f9b] bg-[#db3f9b]"
/* SCSS */
$brand: #db3f9b;
/* SwiftUI */
Color(red: 0.859, green: 0.247, blue: 0.608)
/* Android */
Color.parseColor("#db3f9b")Accessibility — WCAG contrast
Aa
#db3f9b on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3f9b on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow29.2%
Key (black)14.1%
Color previews
#db3f9b text on a black background
contrast 5.20:1
Card sample
#db3f9b text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3f9b;
Background color
Panel with #db3f9b background
background-color: #db3f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 63, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 63, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3f9b; background: linear-gradient(135deg, #db3f9b, #DB4B3F);