#d54eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
213, 78, 176
HSL
316°, 62%, 57%
CMYK
0, 63, 17, 17
Luminance
0.2273
Every format
| HEX | #d54eb0 |
| RGB | rgb(213, 78, 176) |
| HSL | hsl(316, 62%, 57%) |
| CMYK | cmyk(0%, 63%, 17%, 17%) |
| LAB | lab(54.8 63.2 -25.2) |
| LCH | lch(54.8 68.0 338.3) |
| OKLCH | oklch(0.636 0.200 340.1) |
Copy-ready code
/* CSS */
color: #d54eb0;
background-color: #d54eb0;
/* Tailwind (arbitrary) */
class="text-[#d54eb0] bg-[#d54eb0]"
/* SCSS */
$brand: #d54eb0;
/* SwiftUI */
Color(red: 0.835, green: 0.306, blue: 0.690)
/* Android */
Color.parseColor("#d54eb0")Accessibility — WCAG contrast
Aa
#d54eb0 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d54eb0 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green30.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow17.4%
Key (black)16.5%
Color previews
#d54eb0 text on a black background
contrast 5.55:1
Card sample
#d54eb0 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d54eb0;
Background color
Panel with #d54eb0 background
background-color: #d54eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d54eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 78, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 78, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d54eb0; background: linear-gradient(135deg, #d54eb0, #D54E56);