#d51eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
213, 30, 176
HSL
312°, 75%, 48%
CMYK
0, 86, 17, 17
Luminance
0.1821
Every format
| HEX | #d51eb0 |
| RGB | rgb(213, 30, 176) |
| HSL | hsl(312, 75%, 48%) |
| CMYK | cmyk(0%, 86%, 17%, 17%) |
| LAB | lab(49.8 77.5 -33.0) |
| LCH | lch(49.8 84.2 336.9) |
| OKLCH | oklch(0.600 0.248 338.8) |
Copy-ready code
/* CSS */
color: #d51eb0;
background-color: #d51eb0;
/* Tailwind (arbitrary) */
class="text-[#d51eb0] bg-[#d51eb0]"
/* SCSS */
$brand: #d51eb0;
/* SwiftUI */
Color(red: 0.835, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#d51eb0")Accessibility — WCAG contrast
Aa
#d51eb0 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d51eb0 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green11.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta85.9%
Yellow17.4%
Key (black)16.5%
Color previews
#d51eb0 text on a black background
contrast 4.64:1
Card sample
#d51eb0 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d51eb0;
Background color
Panel with #d51eb0 background
background-color: #d51eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d51eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d51eb0; background: linear-gradient(135deg, #d51eb0, #D51E36);