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