#d93eb4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
217, 62, 180
HSL
314°, 67%, 55%
CMYK
0, 71, 17, 15
Luminance
0.2149
Every format
| HEX | #d93eb4 |
| RGB | rgb(217, 62, 180) |
| HSL | hsl(314, 67%, 55%) |
| CMYK | cmyk(0%, 71%, 17%, 15%) |
| LAB | lab(53.5 70.7 -29.5) |
| LCH | lch(53.5 76.6 337.4) |
| OKLCH | oklch(0.629 0.225 339.2) |
Copy-ready code
/* CSS */
color: #d93eb4;
background-color: #d93eb4;
/* Tailwind (arbitrary) */
class="text-[#d93eb4] bg-[#d93eb4]"
/* SCSS */
$brand: #d93eb4;
/* SwiftUI */
Color(red: 0.851, green: 0.243, blue: 0.706)
/* Android */
Color.parseColor("#d93eb4")Accessibility — WCAG contrast
Aa
#d93eb4 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d93eb4 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green24.3%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow17.1%
Key (black)14.9%
Color previews
#d93eb4 text on a black background
contrast 5.30:1
Card sample
#d93eb4 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d93eb4;
Background color
Panel with #d93eb4 background
background-color: #d93eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d93eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 62, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 62, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d93eb4; background: linear-gradient(135deg, #d93eb4, #D93E4D);