#d928bf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
217, 40, 191
HSL
309°, 70%, 50%
CMYK
0, 82, 12, 15
Luminance
0.2003
Every format
| HEX | #d928bf |
| RGB | rgb(217, 40, 191) |
| HSL | hsl(309, 70%, 50%) |
| CMYK | cmyk(0%, 82%, 12%, 15%) |
| LAB | lab(51.9 78.3 -38.4) |
| LCH | lch(51.9 87.2 333.9) |
| OKLCH | oklch(0.619 0.252 335.4) |
Copy-ready code
/* CSS */
color: #d928bf;
background-color: #d928bf;
/* Tailwind (arbitrary) */
class="text-[#d928bf] bg-[#d928bf]"
/* SCSS */
$brand: #d928bf;
/* SwiftUI */
Color(red: 0.851, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#d928bf")Accessibility — WCAG contrast
Aa
#d928bf on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d928bf on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green15.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow12.0%
Key (black)14.9%
Color previews
#d928bf text on a black background
contrast 5.01:1
Card sample
#d928bf text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d928bf;
Background color
Panel with #d928bf background
background-color: #d928bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d928bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d928bf; background: linear-gradient(135deg, #d928bf, #D92849);