#d54fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
213, 79, 223
HSL
296°, 69%, 59%
CMYK
5, 65, 0, 13
Luminance
0.2507
Every format
| HEX | #d54fdf |
| RGB | rgb(213, 79, 223) |
| HSL | hsl(296, 69%, 59%) |
| CMYK | cmyk(5%, 65%, 0%, 13%) |
| LAB | lab(57.1 70.2 -48.4) |
| LCH | lch(57.1 85.3 325.4) |
| OKLCH | oklch(0.661 0.234 324.9) |
Copy-ready code
/* CSS */
color: #d54fdf;
background-color: #d54fdf;
/* Tailwind (arbitrary) */
class="text-[#d54fdf] bg-[#d54fdf]"
/* SCSS */
$brand: #d54fdf;
/* SwiftUI */
Color(red: 0.835, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#d54fdf")Accessibility — WCAG contrast
Aa
#d54fdf on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d54fdf on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan4.5%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#d54fdf text on a black background
contrast 6.01:1
Card sample
#d54fdf text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d54fdf;
Background color
Panel with #d54fdf background
background-color: #d54fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d54fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d54fdf; background: linear-gradient(135deg, #d54fdf, #DF4F89);