#db5fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 95, 207
HSL
306°, 63%, 62%
CMYK
0, 57, 6, 14
Luminance
0.2775
Every format
| HEX | #db5fcf |
| RGB | rgb(219, 95, 207) |
| HSL | hsl(306, 63%, 62%) |
| CMYK | cmyk(0%, 57%, 6%, 14%) |
| LAB | lab(59.7 62.3 -35.3) |
| LCH | lch(59.7 71.6 330.4) |
| OKLCH | oklch(0.678 0.202 331.4) |
Copy-ready code
/* CSS */
color: #db5fcf;
background-color: #db5fcf;
/* Tailwind (arbitrary) */
class="text-[#db5fcf] bg-[#db5fcf]"
/* SCSS */
$brand: #db5fcf;
/* SwiftUI */
Color(red: 0.859, green: 0.373, blue: 0.812)
/* Android */
Color.parseColor("#db5fcf")Accessibility — WCAG contrast
Aa
#db5fcf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5fcf on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green37.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow5.5%
Key (black)14.1%
Color previews
#db5fcf text on a black background
contrast 6.55:1
Card sample
#db5fcf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5fcf;
Background color
Panel with #db5fcf background
background-color: #db5fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 95, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 95, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5fcf; background: linear-gradient(135deg, #db5fcf, #DB5F7C);