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