#d55eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
213, 94, 176
HSL
319°, 59%, 60%
CMYK
0, 56, 17, 17
Luminance
0.2529
Every format
| HEX | #d55eb0 |
| RGB | rgb(213, 94, 176) |
| HSL | hsl(319, 59%, 60%) |
| CMYK | cmyk(0%, 56%, 17%, 17%) |
| LAB | lab(57.4 56.2 -21.3) |
| LCH | lch(57.4 60.1 339.3) |
| OKLCH | oklch(0.655 0.176 341.2) |
Copy-ready code
/* CSS */
color: #d55eb0;
background-color: #d55eb0;
/* Tailwind (arbitrary) */
class="text-[#d55eb0] bg-[#d55eb0]"
/* SCSS */
$brand: #d55eb0;
/* SwiftUI */
Color(red: 0.835, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#d55eb0")Accessibility — WCAG contrast
Aa
#d55eb0 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d55eb0 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow17.4%
Key (black)16.5%
Color previews
#d55eb0 text on a black background
contrast 6.06:1
Card sample
#d55eb0 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d55eb0;
Background color
Panel with #d55eb0 background
background-color: #d55eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d55eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d55eb0; background: linear-gradient(135deg, #d55eb0, #D55E61);