#db6fdc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 111, 220
HSL
299°, 61%, 65%
CMYK
1, 50, 0, 14
Luminance
0.3160
Every format
| HEX | #db6fdc |
| RGB | rgb(219, 111, 220) |
| HSL | hsl(299, 61%, 65%) |
| CMYK | cmyk(1%, 50%, 0%, 14%) |
| LAB | lab(63.0 57.1 -37.4) |
| LCH | lch(63.0 68.3 326.8) |
| OKLCH | oklch(0.705 0.189 327.0) |
Copy-ready code
/* CSS */
color: #db6fdc;
background-color: #db6fdc;
/* Tailwind (arbitrary) */
class="text-[#db6fdc] bg-[#db6fdc]"
/* SCSS */
$brand: #db6fdc;
/* SwiftUI */
Color(red: 0.859, green: 0.435, blue: 0.863)
/* Android */
Color.parseColor("#db6fdc")Accessibility — WCAG contrast
Aa
#db6fdc on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db6fdc on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.5%
Blue86.3%
CMYK percentages
Cyan0.5%
Magenta49.5%
Yellow0.0%
Key (black)13.7%
Color previews
#db6fdc text on a black background
contrast 7.32:1
Card sample
#db6fdc text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6fdc;
Background color
Panel with #db6fdc background
background-color: #db6fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 111, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 111, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6fdc; background: linear-gradient(135deg, #db6fdc, #DC6F94);