#d65fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
214, 95, 223
HSL
296°, 67%, 62%
CMYK
4, 57, 0, 13
Luminance
0.2781
Every format
| HEX | #d65fdf |
| RGB | rgb(214, 95, 223) |
| HSL | hsl(296, 67%, 62%) |
| CMYK | cmyk(4%, 57%, 0%, 13%) |
| LAB | lab(59.7 63.7 -44.3) |
| LCH | lch(59.7 77.6 325.2) |
| OKLCH | oklch(0.680 0.213 324.8) |
Copy-ready code
/* CSS */
color: #d65fdf;
background-color: #d65fdf;
/* Tailwind (arbitrary) */
class="text-[#d65fdf] bg-[#d65fdf]"
/* SCSS */
$brand: #d65fdf;
/* SwiftUI */
Color(red: 0.839, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#d65fdf")Accessibility — WCAG contrast
Aa
#d65fdf on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d65fdf on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green37.3%
Blue87.5%
CMYK percentages
Cyan4.0%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#d65fdf text on a black background
contrast 6.56:1
Card sample
#d65fdf text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d65fdf;
Background color
Panel with #d65fdf background
background-color: #d65fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d65fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d65fdf; background: linear-gradient(135deg, #d65fdf, #DF5F93);