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