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