#d84fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
216, 79, 210
HSL
303°, 64%, 58%
CMYK
0, 63, 3, 15
Luminance
0.2484
Every format
| HEX | #d84fd2 |
| RGB | rgb(216, 79, 210) |
| HSL | hsl(303, 64%, 58%) |
| CMYK | cmyk(0%, 63%, 3%, 15%) |
| LAB | lab(56.9 68.8 -41.4) |
| LCH | lch(56.9 80.2 329.0) |
| OKLCH | oklch(0.658 0.225 329.6) |
Copy-ready code
/* CSS */
color: #d84fd2;
background-color: #d84fd2;
/* Tailwind (arbitrary) */
class="text-[#d84fd2] bg-[#d84fd2]"
/* SCSS */
$brand: #d84fd2;
/* SwiftUI */
Color(red: 0.847, green: 0.310, blue: 0.824)
/* Android */
Color.parseColor("#d84fd2")Accessibility — WCAG contrast
Aa
#d84fd2 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d84fd2 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green31.0%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow2.8%
Key (black)15.3%
Color previews
#d84fd2 text on a black background
contrast 5.97:1
Card sample
#d84fd2 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d84fd2;
Background color
Panel with #d84fd2 background
background-color: #d84fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d84fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 79, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 79, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d84fd2; background: linear-gradient(135deg, #d84fd2, #D84F77);