#d85eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
216, 94, 178
HSL
319°, 61%, 61%
CMYK
0, 57, 18, 15
Luminance
0.2582
Every format
| HEX | #d85eb2 |
| RGB | rgb(216, 94, 178) |
| HSL | hsl(319, 61%, 61%) |
| CMYK | cmyk(0%, 57%, 18%, 15%) |
| LAB | lab(57.9 57.4 -21.6) |
| LCH | lch(57.9 61.3 339.4) |
| OKLCH | oklch(0.660 0.180 341.3) |
Copy-ready code
/* CSS */
color: #d85eb2;
background-color: #d85eb2;
/* Tailwind (arbitrary) */
class="text-[#d85eb2] bg-[#d85eb2]"
/* SCSS */
$brand: #d85eb2;
/* SwiftUI */
Color(red: 0.847, green: 0.369, blue: 0.698)
/* Android */
Color.parseColor("#d85eb2")Accessibility — WCAG contrast
Aa
#d85eb2 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d85eb2 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green36.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow17.6%
Key (black)15.3%
Color previews
#d85eb2 text on a black background
contrast 6.16:1
Card sample
#d85eb2 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d85eb2;
Background color
Panel with #d85eb2 background
background-color: #d85eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d85eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 94, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 94, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d85eb2; background: linear-gradient(135deg, #d85eb2, #D85E61);