#db6fd3
a balanced, vivid magenta / pink · warm · “orchid”
RGB
219, 111, 211
HSL
304°, 60%, 65%
CMYK
0, 49, 4, 14
Luminance
0.3113
Every format
| HEX | #db6fd3 |
| RGB | rgb(219, 111, 211) |
| HSL | hsl(304, 60%, 65%) |
| CMYK | cmyk(0%, 49%, 4%, 14%) |
| LAB | lab(62.6 55.5 -33.0) |
| LCH | lch(62.6 64.6 329.3) |
| OKLCH | oklch(0.701 0.181 330.1) |
Copy-ready code
/* CSS */
color: #db6fd3;
background-color: #db6fd3;
/* Tailwind (arbitrary) */
class="text-[#db6fd3] bg-[#db6fd3]"
/* SCSS */
$brand: #db6fd3;
/* SwiftUI */
Color(red: 0.859, green: 0.435, blue: 0.827)
/* Android */
Color.parseColor("#db6fd3")Accessibility — WCAG contrast
Aa
#db6fd3 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db6fd3 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.5%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow3.7%
Key (black)14.1%
Color previews
#db6fd3 text on a black background
contrast 7.23:1
Card sample
#db6fd3 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6fd3;
Background color
Panel with #db6fd3 background
background-color: #db6fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 111, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 111, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6fd3; background: linear-gradient(135deg, #db6fd3, #DB6F8B);