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