#d94eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
217, 78, 179
HSL
316°, 65%, 58%
CMYK
0, 64, 18, 15
Luminance
0.2346
Every format
| HEX | #d94eb3 |
| RGB | rgb(217, 78, 179) |
| HSL | hsl(316, 65%, 58%) |
| CMYK | cmyk(0%, 64%, 18%, 15%) |
| LAB | lab(55.5 64.7 -25.7) |
| LCH | lch(55.5 69.6 338.3) |
| OKLCH | oklch(0.644 0.204 340.2) |
Copy-ready code
/* CSS */
color: #d94eb3;
background-color: #d94eb3;
/* Tailwind (arbitrary) */
class="text-[#d94eb3] bg-[#d94eb3]"
/* SCSS */
$brand: #d94eb3;
/* SwiftUI */
Color(red: 0.851, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#d94eb3")Accessibility — WCAG contrast
Aa
#d94eb3 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d94eb3 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow17.5%
Key (black)14.9%
Color previews
#d94eb3 text on a black background
contrast 5.69:1
Card sample
#d94eb3 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d94eb3;
Background color
Panel with #d94eb3 background
background-color: #d94eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d94eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d94eb3; background: linear-gradient(135deg, #d94eb3, #D94E56);