#d12eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
209, 46, 176
HSL
312°, 64%, 50%
CMYK
0, 78, 16, 18
Luminance
0.1864
Every format
| HEX | #d12eb0 |
| RGB | rgb(209, 46, 176) |
| HSL | hsl(312, 64%, 50%) |
| CMYK | cmyk(0%, 78%, 16%, 18%) |
| LAB | lab(50.3 73.1 -32.3) |
| LCH | lch(50.3 79.9 336.2) |
| OKLCH | oklch(0.602 0.234 338.0) |
Copy-ready code
/* CSS */
color: #d12eb0;
background-color: #d12eb0;
/* Tailwind (arbitrary) */
class="text-[#d12eb0] bg-[#d12eb0]"
/* SCSS */
$brand: #d12eb0;
/* SwiftUI */
Color(red: 0.820, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#d12eb0")Accessibility — WCAG contrast
Aa
#d12eb0 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d12eb0 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green18.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow15.8%
Key (black)18.0%
Color previews
#d12eb0 text on a black background
contrast 4.73:1
Card sample
#d12eb0 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d12eb0;
Background color
Panel with #d12eb0 background
background-color: #d12eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d12eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d12eb0; background: linear-gradient(135deg, #d12eb0, #D12E43);