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