#db72cf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
219, 114, 207
HSL
307°, 59%, 65%
CMYK
0, 48, 6, 14
Luminance
0.3160
Every format
| HEX | #db72cf |
| RGB | rgb(219, 114, 207) |
| HSL | hsl(307, 59%, 65%) |
| CMYK | cmyk(0%, 48%, 6%, 14%) |
| LAB | lab(63.0 53.4 -30.1) |
| LCH | lch(63.0 61.3 330.6) |
| OKLCH | oklch(0.703 0.173 331.6) |
Copy-ready code
/* CSS */
color: #db72cf;
background-color: #db72cf;
/* Tailwind (arbitrary) */
class="text-[#db72cf] bg-[#db72cf]"
/* SCSS */
$brand: #db72cf;
/* SwiftUI */
Color(red: 0.859, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#db72cf")Accessibility — WCAG contrast
Aa
#db72cf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db72cf on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green44.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow5.5%
Key (black)14.1%
Color previews
#db72cf text on a black background
contrast 7.32:1
Card sample
#db72cf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db72cf;
Background color
Panel with #db72cf background
background-color: #db72cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db72cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db72cf; background: linear-gradient(135deg, #db72cf, #DB7289);