#d95fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
217, 95, 223
HSL
297°, 67%, 62%
CMYK
3, 57, 0, 13
Luminance
0.2826
Every format
| HEX | #d95fdf |
| RGB | rgb(217, 95, 223) |
| HSL | hsl(297, 67%, 62%) |
| CMYK | cmyk(3%, 57%, 0%, 13%) |
| LAB | lab(60.1 64.5 -43.6) |
| LCH | lch(60.1 77.9 325.9) |
| OKLCH | oklch(0.683 0.214 325.7) |
Copy-ready code
/* CSS */
color: #d95fdf;
background-color: #d95fdf;
/* Tailwind (arbitrary) */
class="text-[#d95fdf] bg-[#d95fdf]"
/* SCSS */
$brand: #d95fdf;
/* SwiftUI */
Color(red: 0.851, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#d95fdf")Accessibility — WCAG contrast
Aa
#d95fdf on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d95fdf on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green37.3%
Blue87.5%
CMYK percentages
Cyan2.7%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#d95fdf text on a black background
contrast 6.65:1
Card sample
#d95fdf text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d95fdf;
Background color
Panel with #d95fdf background
background-color: #d95fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d95fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d95fdf; background: linear-gradient(135deg, #d95fdf, #DF5F90);