#d93fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
217, 63, 210
HSL
303°, 67%, 55%
CMYK
0, 71, 3, 15
Luminance
0.2296
Every format
| HEX | #d93fd2 |
| RGB | rgb(217, 63, 210) |
| HSL | hsl(303, 67%, 55%) |
| CMYK | cmyk(0%, 71%, 3%, 15%) |
| LAB | lab(55.0 74.7 -44.3) |
| LCH | lch(55.0 86.9 329.3) |
| OKLCH | oklch(0.644 0.244 329.9) |
Copy-ready code
/* CSS */
color: #d93fd2;
background-color: #d93fd2;
/* Tailwind (arbitrary) */
class="text-[#d93fd2] bg-[#d93fd2]"
/* SCSS */
$brand: #d93fd2;
/* SwiftUI */
Color(red: 0.851, green: 0.247, blue: 0.824)
/* Android */
Color.parseColor("#d93fd2")Accessibility — WCAG contrast
Aa
#d93fd2 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d93fd2 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green24.7%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow3.2%
Key (black)14.9%
Color previews
#d93fd2 text on a black background
contrast 5.59:1
Card sample
#d93fd2 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d93fd2;
Background color
Panel with #d93fd2 background
background-color: #d93fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d93fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 63, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 63, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d93fd2; background: linear-gradient(135deg, #d93fd2, #D93F6B);