#d415af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
212, 21, 175
HSL
312°, 82%, 46%
CMYK
0, 90, 18, 17
Luminance
0.1763
Every format
| HEX | #d415af |
| RGB | rgb(212, 21, 175) |
| HSL | hsl(312, 82%, 46%) |
| CMYK | cmyk(0%, 90%, 18%, 17%) |
| LAB | lab(49.0 78.5 -33.5) |
| LCH | lch(49.0 85.4 336.9) |
| OKLCH | oklch(0.594 0.251 338.7) |
Copy-ready code
/* CSS */
color: #d415af;
background-color: #d415af;
/* Tailwind (arbitrary) */
class="text-[#d415af] bg-[#d415af]"
/* SCSS */
$brand: #d415af;
/* SwiftUI */
Color(red: 0.831, green: 0.082, blue: 0.686)
/* Android */
Color.parseColor("#d415af")Accessibility — WCAG contrast
Aa
#d415af on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d415af on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green8.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow17.5%
Key (black)16.9%
Color previews
#d415af text on a black background
contrast 4.53:1
Card sample
#d415af text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d415af;
Background color
Panel with #d415af background
background-color: #d415af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d415af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 21, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 21, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d415af; background: linear-gradient(135deg, #d415af, #D41530);