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