#db6fdf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
219, 111, 223
HSL
298°, 64%, 66%
CMYK
2, 50, 0, 13
Luminance
0.3176
Every format
| HEX | #db6fdf |
| RGB | rgb(219, 111, 223) |
| HSL | hsl(298, 64%, 66%) |
| CMYK | cmyk(2%, 50%, 0%, 13%) |
| LAB | lab(63.1 57.6 -38.9) |
| LCH | lch(63.1 69.5 326.0) |
| OKLCH | oklch(0.706 0.192 326.0) |
Copy-ready code
/* CSS */
color: #db6fdf;
background-color: #db6fdf;
/* Tailwind (arbitrary) */
class="text-[#db6fdf] bg-[#db6fdf]"
/* SCSS */
$brand: #db6fdf;
/* SwiftUI */
Color(red: 0.859, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#db6fdf")Accessibility — WCAG contrast
Aa
#db6fdf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db6fdf on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#db6fdf text on a black background
contrast 7.35:1
Card sample
#db6fdf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6fdf;
Background color
Panel with #db6fdf background
background-color: #db6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6fdf; background: linear-gradient(135deg, #db6fdf, #DF6F98);