#d04eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
208, 78, 176
HSL
315°, 58%, 56%
CMYK
0, 63, 15, 18
Luminance
0.2199
Every format
| HEX | #d04eb0 |
| RGB | rgb(208, 78, 176) |
| HSL | hsl(315, 58%, 56%) |
| CMYK | cmyk(0%, 63%, 15%, 18%) |
| LAB | lab(54.0 61.9 -26.4) |
| LCH | lch(54.0 67.3 336.9) |
| OKLCH | oklch(0.629 0.196 338.6) |
Copy-ready code
/* CSS */
color: #d04eb0;
background-color: #d04eb0;
/* Tailwind (arbitrary) */
class="text-[#d04eb0] bg-[#d04eb0]"
/* SCSS */
$brand: #d04eb0;
/* SwiftUI */
Color(red: 0.816, green: 0.306, blue: 0.690)
/* Android */
Color.parseColor("#d04eb0")Accessibility — WCAG contrast
Aa
#d04eb0 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d04eb0 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green30.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow15.4%
Key (black)18.4%
Color previews
#d04eb0 text on a black background
contrast 5.40:1
Card sample
#d04eb0 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d04eb0;
Background color
Panel with #d04eb0 background
background-color: #d04eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d04eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 78, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 78, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d04eb0; background: linear-gradient(135deg, #d04eb0, #D04E59);