#db6fd0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 111, 208
HSL
306°, 60%, 65%
CMYK
0, 49, 5, 14
Luminance
0.3098
Every format
| HEX | #db6fd0 |
| RGB | rgb(219, 111, 208) |
| HSL | hsl(306, 60%, 65%) |
| CMYK | cmyk(0%, 49%, 5%, 14%) |
| LAB | lab(62.5 55.0 -31.5) |
| LCH | lch(62.5 63.4 330.2) |
| OKLCH | oklch(0.699 0.178 331.2) |
Copy-ready code
/* CSS */
color: #db6fd0;
background-color: #db6fd0;
/* Tailwind (arbitrary) */
class="text-[#db6fd0] bg-[#db6fd0]"
/* SCSS */
$brand: #db6fd0;
/* SwiftUI */
Color(red: 0.859, green: 0.435, blue: 0.816)
/* Android */
Color.parseColor("#db6fd0")Accessibility — WCAG contrast
Aa
#db6fd0 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db6fd0 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.5%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow5.0%
Key (black)14.1%
Color previews
#db6fd0 text on a black background
contrast 7.20:1
Card sample
#db6fd0 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6fd0;
Background color
Panel with #db6fd0 background
background-color: #db6fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 111, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 111, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6fd0; background: linear-gradient(135deg, #db6fd0, #DB6F88);