#d53eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
213, 62, 179
HSL
314°, 64%, 54%
CMYK
0, 71, 16, 17
Luminance
0.2085
Every format
| HEX | #d53eb3 |
| RGB | rgb(213, 62, 179) |
| HSL | hsl(314, 64%, 54%) |
| CMYK | cmyk(0%, 71%, 16%, 17%) |
| LAB | lab(52.8 69.6 -30.1) |
| LCH | lch(52.8 75.8 336.6) |
| OKLCH | oklch(0.622 0.222 338.4) |
Copy-ready code
/* CSS */
color: #d53eb3;
background-color: #d53eb3;
/* Tailwind (arbitrary) */
class="text-[#d53eb3] bg-[#d53eb3]"
/* SCSS */
$brand: #d53eb3;
/* SwiftUI */
Color(red: 0.835, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#d53eb3")Accessibility — WCAG contrast
Aa
#d53eb3 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d53eb3 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow16.0%
Key (black)16.5%
Color previews
#d53eb3 text on a black background
contrast 5.17:1
Card sample
#d53eb3 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d53eb3;
Background color
Panel with #d53eb3 background
background-color: #d53eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d53eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d53eb3; background: linear-gradient(135deg, #d53eb3, #D53E4E);