#db9fd2
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 159, 210
HSL
309°, 46%, 74%
CMYK
0, 27, 4, 14
Luminance
0.4451
Every format
| HEX | #db9fd2 |
| RGB | rgb(219, 159, 210) |
| HSL | hsl(309, 46%, 74%) |
| CMYK | cmyk(0%, 27%, 4%, 14%) |
| LAB | lab(72.6 30.4 -17.2) |
| LCH | lch(72.6 34.9 330.5) |
| OKLCH | oklch(0.775 0.098 331.8) |
Copy-ready code
/* CSS */
color: #db9fd2;
background-color: #db9fd2;
/* Tailwind (arbitrary) */
class="text-[#db9fd2] bg-[#db9fd2]"
/* SCSS */
$brand: #db9fd2;
/* SwiftUI */
Color(red: 0.859, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#db9fd2")Accessibility — WCAG contrast
Aa
#db9fd2 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9fd2 on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow4.1%
Key (black)14.1%
Color previews
#db9fd2 text on a black background
contrast 9.90:1
Card sample
#db9fd2 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9fd2;
Background color
Panel with #db9fd2 background
background-color: #db9fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 159, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 159, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9fd2; background: linear-gradient(135deg, #db9fd2, #DB9FAA);