#d14fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
209, 79, 223
HSL
294°, 69%, 59%
CMYK
6, 65, 0, 13
Luminance
0.2447
Every format
| HEX | #d14fdf |
| RGB | rgb(209, 79, 223) |
| HSL | hsl(294, 69%, 59%) |
| CMYK | cmyk(6%, 65%, 0%, 13%) |
| LAB | lab(56.6 69.3 -49.4) |
| LCH | lch(56.6 85.1 324.5) |
| OKLCH | oklch(0.655 0.232 323.7) |
Copy-ready code
/* CSS */
color: #d14fdf;
background-color: #d14fdf;
/* Tailwind (arbitrary) */
class="text-[#d14fdf] bg-[#d14fdf]"
/* SCSS */
$brand: #d14fdf;
/* SwiftUI */
Color(red: 0.820, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#d14fdf")Accessibility — WCAG contrast
Aa
#d14fdf on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d14fdf on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green31.0%
Blue87.5%
CMYK percentages
Cyan6.3%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#d14fdf text on a black background
contrast 5.89:1
Card sample
#d14fdf text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d14fdf;
Background color
Panel with #d14fdf background
background-color: #d14fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d14fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d14fdf; background: linear-gradient(135deg, #d14fdf, #DF4F8D);