#d74eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
215, 78, 179
HSL
316°, 63%, 58%
CMYK
0, 64, 17, 16
Luminance
0.2315
Every format
| HEX | #d74eb3 |
| RGB | rgb(215, 78, 179) |
| HSL | hsl(316, 63%, 58%) |
| CMYK | cmyk(0%, 64%, 17%, 16%) |
| LAB | lab(55.2 64.2 -26.2) |
| LCH | lch(55.2 69.3 337.8) |
| OKLCH | oklch(0.641 0.203 339.6) |
Copy-ready code
/* CSS */
color: #d74eb3;
background-color: #d74eb3;
/* Tailwind (arbitrary) */
class="text-[#d74eb3] bg-[#d74eb3]"
/* SCSS */
$brand: #d74eb3;
/* SwiftUI */
Color(red: 0.843, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#d74eb3")Accessibility — WCAG contrast
Aa
#d74eb3 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d74eb3 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta63.7%
Yellow16.7%
Key (black)15.7%
Color previews
#d74eb3 text on a black background
contrast 5.63:1
Card sample
#d74eb3 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d74eb3;
Background color
Panel with #d74eb3 background
background-color: #d74eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d74eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d74eb3; background: linear-gradient(135deg, #d74eb3, #D74E58);