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