#d85fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
216, 95, 210
HSL
303°, 61%, 61%
CMYK
0, 56, 3, 15
Luminance
0.2744
Every format
| HEX | #d85fd2 |
| RGB | rgb(216, 95, 210) |
| HSL | hsl(303, 61%, 61%) |
| CMYK | cmyk(0%, 56%, 3%, 15%) |
| LAB | lab(59.4 62.0 -37.5) |
| LCH | lch(59.4 72.5 328.8) |
| OKLCH | oklch(0.676 0.203 329.5) |
Copy-ready code
/* CSS */
color: #d85fd2;
background-color: #d85fd2;
/* Tailwind (arbitrary) */
class="text-[#d85fd2] bg-[#d85fd2]"
/* SCSS */
$brand: #d85fd2;
/* SwiftUI */
Color(red: 0.847, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#d85fd2")Accessibility — WCAG contrast
Aa
#d85fd2 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d85fd2 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green37.3%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow2.8%
Key (black)15.3%
Color previews
#d85fd2 text on a black background
contrast 6.49:1
Card sample
#d85fd2 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d85fd2;
Background color
Panel with #d85fd2 background
background-color: #d85fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d85fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d85fd2; background: linear-gradient(135deg, #d85fd2, #D85F81);