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