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