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