#db5fc2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 95, 194
HSL
312°, 63%, 62%
CMYK
0, 57, 11, 14
Luminance
0.2714
Every format
| HEX | #db5fc2 |
| RGB | rgb(219, 95, 194) |
| HSL | hsl(312, 63%, 62%) |
| CMYK | cmyk(0%, 57%, 11%, 14%) |
| LAB | lab(59.1 60.2 -28.8) |
| LCH | lch(59.1 66.8 334.4) |
| OKLCH | oklch(0.672 0.192 336.0) |
Copy-ready code
/* CSS */
color: #db5fc2;
background-color: #db5fc2;
/* Tailwind (arbitrary) */
class="text-[#db5fc2] bg-[#db5fc2]"
/* SCSS */
$brand: #db5fc2;
/* SwiftUI */
Color(red: 0.859, green: 0.373, blue: 0.761)
/* Android */
Color.parseColor("#db5fc2")Accessibility — WCAG contrast
Aa
#db5fc2 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5fc2 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green37.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow11.4%
Key (black)14.1%
Color previews
#db5fc2 text on a black background
contrast 6.43:1
Card sample
#db5fc2 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5fc2;
Background color
Panel with #db5fc2 background
background-color: #db5fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 95, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 95, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5fc2; background: linear-gradient(135deg, #db5fc2, #DB5F6F);