#d13eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
209, 62, 178
HSL
313°, 62%, 53%
CMYK
0, 70, 15, 18
Luminance
0.2021
Every format
| HEX | #d13eb2 |
| RGB | rgb(209, 62, 178) |
| HSL | hsl(313, 62%, 53%) |
| CMYK | cmyk(0%, 70%, 15%, 18%) |
| LAB | lab(52.1 68.5 -30.6) |
| LCH | lch(52.1 75.0 335.9) |
| OKLCH | oklch(0.616 0.218 337.7) |
Copy-ready code
/* CSS */
color: #d13eb2;
background-color: #d13eb2;
/* Tailwind (arbitrary) */
class="text-[#d13eb2] bg-[#d13eb2]"
/* SCSS */
$brand: #d13eb2;
/* SwiftUI */
Color(red: 0.820, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#d13eb2")Accessibility — WCAG contrast
Aa
#d13eb2 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d13eb2 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green24.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow14.8%
Key (black)18.0%
Color previews
#d13eb2 text on a black background
contrast 5.04:1
Card sample
#d13eb2 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d13eb2;
Background color
Panel with #d13eb2 background
background-color: #d13eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d13eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d13eb2; background: linear-gradient(135deg, #d13eb2, #D13E50);