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