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