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