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