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