#db39cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 57, 207
HSL
304°, 69%, 54%
CMYK
0, 74, 6, 14
Luminance
0.2249
Every format
| HEX | #db39cf |
| RGB | rgb(219, 57, 207) |
| HSL | hsl(304, 69%, 54%) |
| CMYK | cmyk(0%, 74%, 6%, 14%) |
| LAB | lab(54.5 76.6 -43.4) |
| LCH | lch(54.5 88.0 330.5) |
| OKLCH | oklch(0.641 0.249 331.4) |
Copy-ready code
/* CSS */
color: #db39cf;
background-color: #db39cf;
/* Tailwind (arbitrary) */
class="text-[#db39cf] bg-[#db39cf]"
/* SCSS */
$brand: #db39cf;
/* SwiftUI */
Color(red: 0.859, green: 0.224, blue: 0.812)
/* Android */
Color.parseColor("#db39cf")Accessibility — WCAG contrast
Aa
#db39cf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db39cf on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green22.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow5.5%
Key (black)14.1%
Color previews
#db39cf text on a black background
contrast 5.50:1
Card sample
#db39cf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db39cf;
Background color
Panel with #db39cf background
background-color: #db39cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db39cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 57, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 57, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db39cf; background: linear-gradient(135deg, #db39cf, #DB3963);