#db4fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 79, 207
HSL
305°, 66%, 58%
CMYK
0, 64, 6, 14
Luminance
0.2516
Every format
| HEX | #db4fcf |
| RGB | rgb(219, 79, 207) |
| HSL | hsl(305, 66%, 58%) |
| CMYK | cmyk(0%, 64%, 6%, 14%) |
| LAB | lab(57.2 69.0 -39.1) |
| LCH | lch(57.2 79.3 330.4) |
| OKLCH | oklch(0.660 0.224 331.4) |
Copy-ready code
/* CSS */
color: #db4fcf;
background-color: #db4fcf;
/* Tailwind (arbitrary) */
class="text-[#db4fcf] bg-[#db4fcf]"
/* SCSS */
$brand: #db4fcf;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.812)
/* Android */
Color.parseColor("#db4fcf")Accessibility — WCAG contrast
Aa
#db4fcf on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4fcf on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow5.5%
Key (black)14.1%
Color previews
#db4fcf text on a black background
contrast 6.03:1
Card sample
#db4fcf text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4fcf;
Background color
Panel with #db4fcf background
background-color: #db4fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4fcf; background: linear-gradient(135deg, #db4fcf, #DB4F72);