#db92cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 146, 207
HSL
310°, 50%, 72%
CMYK
0, 33, 6, 14
Luminance
0.4012
Every format
| HEX | #db92cf |
| RGB | rgb(219, 146, 207) |
| HSL | hsl(310, 50%, 72%) |
| CMYK | cmyk(0%, 33%, 6%, 14%) |
| LAB | lab(69.6 36.9 -20.1) |
| LCH | lch(69.6 42.0 331.4) |
| OKLCH | oklch(0.752 0.118 332.7) |
Copy-ready code
/* CSS */
color: #db92cf;
background-color: #db92cf;
/* Tailwind (arbitrary) */
class="text-[#db92cf] bg-[#db92cf]"
/* SCSS */
$brand: #db92cf;
/* SwiftUI */
Color(red: 0.859, green: 0.573, blue: 0.812)
/* Android */
Color.parseColor("#db92cf")Accessibility — WCAG contrast
Aa
#db92cf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db92cf on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green57.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow5.5%
Key (black)14.1%
Color previews
#db92cf text on a black background
contrast 9.02:1
Card sample
#db92cf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db92cf;
Background color
Panel with #db92cf background
background-color: #db92cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db92cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 146, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 146, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db92cf; background: linear-gradient(135deg, #db92cf, #DB929E);