#d12eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
209, 46, 179
HSL
311°, 64%, 50%
CMYK
0, 78, 14, 18
Luminance
0.1876
Every format
| HEX | #d12eb3 |
| RGB | rgb(209, 46, 179) |
| HSL | hsl(311, 64%, 50%) |
| CMYK | cmyk(0%, 78%, 14%, 18%) |
| LAB | lab(50.4 73.5 -33.8) |
| LCH | lch(50.4 80.9 335.3) |
| OKLCH | oklch(0.604 0.236 337.0) |
Copy-ready code
/* CSS */
color: #d12eb3;
background-color: #d12eb3;
/* Tailwind (arbitrary) */
class="text-[#d12eb3] bg-[#d12eb3]"
/* SCSS */
$brand: #d12eb3;
/* SwiftUI */
Color(red: 0.820, green: 0.180, blue: 0.702)
/* Android */
Color.parseColor("#d12eb3")Accessibility — WCAG contrast
Aa
#d12eb3 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d12eb3 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green18.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow14.4%
Key (black)18.0%
Color previews
#d12eb3 text on a black background
contrast 4.75:1
Card sample
#d12eb3 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d12eb3;
Background color
Panel with #d12eb3 background
background-color: #d12eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d12eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 46, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 46, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d12eb3; background: linear-gradient(135deg, #d12eb3, #D12E46);