#d714af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
215, 20, 175
HSL
312°, 83%, 46%
CMYK
0, 91, 19, 16
Luminance
0.1804
Every format
| HEX | #d714af |
| RGB | rgb(215, 20, 175) |
| HSL | hsl(312, 83%, 46%) |
| CMYK | cmyk(0%, 91%, 19%, 16%) |
| LAB | lab(49.5 79.3 -32.7) |
| LCH | lch(49.5 85.8 337.6) |
| OKLCH | oklch(0.599 0.253 339.5) |
Copy-ready code
/* CSS */
color: #d714af;
background-color: #d714af;
/* Tailwind (arbitrary) */
class="text-[#d714af] bg-[#d714af]"
/* SCSS */
$brand: #d714af;
/* SwiftUI */
Color(red: 0.843, green: 0.078, blue: 0.686)
/* Android */
Color.parseColor("#d714af")Accessibility — WCAG contrast
Aa
#d714af on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d714af on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green7.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta90.7%
Yellow18.6%
Key (black)15.7%
Color previews
#d714af text on a black background
contrast 4.61:1
Card sample
#d714af text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d714af;
Background color
Panel with #d714af background
background-color: #d714af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d714af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 20, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 20, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d714af; background: linear-gradient(135deg, #d714af, #D7142D);