#db28bf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 40, 191
HSL
309°, 71%, 51%
CMYK
0, 82, 13, 14
Luminance
0.2034
Every format
| HEX | #db28bf |
| RGB | rgb(219, 40, 191) |
| HSL | hsl(309, 71%, 51%) |
| CMYK | cmyk(0%, 82%, 13%, 14%) |
| LAB | lab(52.2 78.7 -37.8) |
| LCH | lch(52.2 87.3 334.3) |
| OKLCH | oklch(0.622 0.253 335.9) |
Copy-ready code
/* CSS */
color: #db28bf;
background-color: #db28bf;
/* Tailwind (arbitrary) */
class="text-[#db28bf] bg-[#db28bf]"
/* SCSS */
$brand: #db28bf;
/* SwiftUI */
Color(red: 0.859, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#db28bf")Accessibility — WCAG contrast
Aa
#db28bf on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db28bf on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green15.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow12.8%
Key (black)14.1%
Color previews
#db28bf text on a black background
contrast 5.07:1
Card sample
#db28bf text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db28bf;
Background color
Panel with #db28bf background
background-color: #db28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db28bf; background: linear-gradient(135deg, #db28bf, #DB2848);