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