#d85eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
216, 94, 176
HSL
320°, 61%, 61%
CMYK
0, 57, 19, 15
Luminance
0.2574
Every format
| HEX | #d85eb0 |
| RGB | rgb(216, 94, 176) |
| HSL | hsl(320, 61%, 61%) |
| CMYK | cmyk(0%, 57%, 19%, 15%) |
| LAB | lab(57.8 57.1 -20.6) |
| LCH | lch(57.8 60.7 340.2) |
| OKLCH | oklch(0.659 0.179 342.1) |
Copy-ready code
/* CSS */
color: #d85eb0;
background-color: #d85eb0;
/* Tailwind (arbitrary) */
class="text-[#d85eb0] bg-[#d85eb0]"
/* SCSS */
$brand: #d85eb0;
/* SwiftUI */
Color(red: 0.847, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#d85eb0")Accessibility — WCAG contrast
Aa
#d85eb0 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d85eb0 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow18.5%
Key (black)15.3%
Color previews
#d85eb0 text on a black background
contrast 6.15:1
Card sample
#d85eb0 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d85eb0;
Background color
Panel with #d85eb0 background
background-color: #d85eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d85eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d85eb0; background: linear-gradient(135deg, #d85eb0, #D85E5F);