#d64fd0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
214, 79, 208
HSL
303°, 62%, 58%
CMYK
0, 63, 3, 16
Luminance
0.2444
Every format
| HEX | #d64fd0 |
| RGB | rgb(214, 79, 208) |
| HSL | hsl(303, 62%, 58%) |
| CMYK | cmyk(0%, 63%, 3%, 16%) |
| LAB | lab(56.5 67.9 -40.9) |
| LCH | lch(56.5 79.3 329.0) |
| OKLCH | oklch(0.654 0.222 329.6) |
Copy-ready code
/* CSS */
color: #d64fd0;
background-color: #d64fd0;
/* Tailwind (arbitrary) */
class="text-[#d64fd0] bg-[#d64fd0]"
/* SCSS */
$brand: #d64fd0;
/* SwiftUI */
Color(red: 0.839, green: 0.310, blue: 0.816)
/* Android */
Color.parseColor("#d64fd0")Accessibility — WCAG contrast
Aa
#d64fd0 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d64fd0 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green31.0%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow2.8%
Key (black)16.1%
Color previews
#d64fd0 text on a black background
contrast 5.89:1
Card sample
#d64fd0 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d64fd0;
Background color
Panel with #d64fd0 background
background-color: #d64fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d64fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 79, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 79, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d64fd0; background: linear-gradient(135deg, #d64fd0, #D64F76);