#d13fd1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
209, 63, 209
HSL
300°, 61%, 53%
CMYK
0, 70, 0, 18
Luminance
0.2171
Every format
| HEX | #d13fd1 |
| RGB | rgb(209, 63, 209) |
| HSL | hsl(300, 61%, 53%) |
| CMYK | cmyk(0%, 70%, 0%, 18%) |
| LAB | lab(53.7 72.8 -45.9) |
| LCH | lch(53.7 86.1 327.8) |
| OKLCH | oklch(0.632 0.240 328.0) |
Copy-ready code
/* CSS */
color: #d13fd1;
background-color: #d13fd1;
/* Tailwind (arbitrary) */
class="text-[#d13fd1] bg-[#d13fd1]"
/* SCSS */
$brand: #d13fd1;
/* SwiftUI */
Color(red: 0.820, green: 0.247, blue: 0.820)
/* Android */
Color.parseColor("#d13fd1")Accessibility — WCAG contrast
Aa
#d13fd1 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d13fd1 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green24.7%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow0.0%
Key (black)18.0%
Color previews
#d13fd1 text on a black background
contrast 5.34:1
Card sample
#d13fd1 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d13fd1;
Background color
Panel with #d13fd1 background
background-color: #d13fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d13fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 63, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 63, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d13fd1; background: linear-gradient(135deg, #d13fd1, #D13F70);