#d85eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
216, 94, 183
HSL
316°, 61%, 61%
CMYK
0, 57, 15, 15
Luminance
0.2602
Every format
| HEX | #d85eb7 |
| RGB | rgb(216, 94, 183) |
| HSL | hsl(316, 61%, 61%) |
| CMYK | cmyk(0%, 57%, 15%, 15%) |
| LAB | lab(58.1 58.2 -24.2) |
| LCH | lch(58.1 63.0 337.4) |
| OKLCH | oklch(0.662 0.183 339.2) |
Copy-ready code
/* CSS */
color: #d85eb7;
background-color: #d85eb7;
/* Tailwind (arbitrary) */
class="text-[#d85eb7] bg-[#d85eb7]"
/* SCSS */
$brand: #d85eb7;
/* SwiftUI */
Color(red: 0.847, green: 0.369, blue: 0.718)
/* Android */
Color.parseColor("#d85eb7")Accessibility — WCAG contrast
Aa
#d85eb7 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d85eb7 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green36.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow15.3%
Key (black)15.3%
Color previews
#d85eb7 text on a black background
contrast 6.20:1
Card sample
#d85eb7 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d85eb7;
Background color
Panel with #d85eb7 background
background-color: #d85eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d85eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 94, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 94, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d85eb7; background: linear-gradient(135deg, #d85eb7, #D85E66);