#d34eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
211, 78, 178
HSL
315°, 60%, 57%
CMYK
0, 63, 16, 17
Luminance
0.2251
Every format
| HEX | #d34eb2 |
| RGB | rgb(211, 78, 178) |
| HSL | hsl(315, 60%, 57%) |
| CMYK | cmyk(0%, 63%, 16%, 17%) |
| LAB | lab(54.6 63.0 -26.7) |
| LCH | lch(54.6 68.4 337.0) |
| OKLCH | oklch(0.634 0.200 338.8) |
Copy-ready code
/* CSS */
color: #d34eb2;
background-color: #d34eb2;
/* Tailwind (arbitrary) */
class="text-[#d34eb2] bg-[#d34eb2]"
/* SCSS */
$brand: #d34eb2;
/* SwiftUI */
Color(red: 0.827, green: 0.306, blue: 0.698)
/* Android */
Color.parseColor("#d34eb2")Accessibility — WCAG contrast
Aa
#d34eb2 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d34eb2 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green30.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow15.6%
Key (black)17.3%
Color previews
#d34eb2 text on a black background
contrast 5.50:1
Card sample
#d34eb2 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d34eb2;
Background color
Panel with #d34eb2 background
background-color: #d34eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d34eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 78, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 78, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d34eb2; background: linear-gradient(135deg, #d34eb2, #D34E59);