#d74fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
215, 79, 223
HSL
297°, 69%, 59%
CMYK
4, 65, 0, 13
Luminance
0.2537
Every format
| HEX | #d74fdf |
| RGB | rgb(215, 79, 223) |
| HSL | hsl(297, 69%, 59%) |
| CMYK | cmyk(4%, 65%, 0%, 13%) |
| LAB | lab(57.4 70.7 -47.9) |
| LCH | lch(57.4 85.4 325.9) |
| OKLCH | oklch(0.663 0.235 325.5) |
Copy-ready code
/* CSS */
color: #d74fdf;
background-color: #d74fdf;
/* Tailwind (arbitrary) */
class="text-[#d74fdf] bg-[#d74fdf]"
/* SCSS */
$brand: #d74fdf;
/* SwiftUI */
Color(red: 0.843, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#d74fdf")Accessibility — WCAG contrast
Aa
#d74fdf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d74fdf on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green31.0%
Blue87.5%
CMYK percentages
Cyan3.6%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#d74fdf text on a black background
contrast 6.07:1
Card sample
#d74fdf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d74fdf;
Background color
Panel with #d74fdf background
background-color: #d74fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d74fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d74fdf; background: linear-gradient(135deg, #d74fdf, #DF4F87);