#db95cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 149, 207
HSL
310°, 49%, 72%
CMYK
0, 32, 6, 14
Luminance
0.4106
Every format
| HEX | #db95cf |
| RGB | rgb(219, 149, 207) |
| HSL | hsl(310, 49%, 72%) |
| CMYK | cmyk(0%, 32%, 6%, 14%) |
| LAB | lab(70.2 35.3 -19.1) |
| LCH | lch(70.2 40.1 331.6) |
| OKLCH | oklch(0.757 0.113 332.9) |
Copy-ready code
/* CSS */
color: #db95cf;
background-color: #db95cf;
/* Tailwind (arbitrary) */
class="text-[#db95cf] bg-[#db95cf]"
/* SCSS */
$brand: #db95cf;
/* SwiftUI */
Color(red: 0.859, green: 0.584, blue: 0.812)
/* Android */
Color.parseColor("#db95cf")Accessibility — WCAG contrast
Aa
#db95cf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db95cf on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green58.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow5.5%
Key (black)14.1%
Color previews
#db95cf text on a black background
contrast 9.21:1
Card sample
#db95cf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db95cf;
Background color
Panel with #db95cf background
background-color: #db95cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db95cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 149, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 149, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db95cf; background: linear-gradient(135deg, #db95cf, #DB95A0);