#d615af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
214, 21, 175
HSL
312°, 82%, 46%
CMYK
0, 90, 18, 16
Luminance
0.1793
Every format
| HEX | #d615af |
| RGB | rgb(214, 21, 175) |
| HSL | hsl(312, 82%, 46%) |
| CMYK | cmyk(0%, 90%, 18%, 16%) |
| LAB | lab(49.4 78.9 -33.0) |
| LCH | lch(49.4 85.5 337.3) |
| OKLCH | oklch(0.598 0.252 339.2) |
Copy-ready code
/* CSS */
color: #d615af;
background-color: #d615af;
/* Tailwind (arbitrary) */
class="text-[#d615af] bg-[#d615af]"
/* SCSS */
$brand: #d615af;
/* SwiftUI */
Color(red: 0.839, green: 0.082, blue: 0.686)
/* Android */
Color.parseColor("#d615af")Accessibility — WCAG contrast
Aa
#d615af on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d615af on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green8.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow18.2%
Key (black)16.1%
Color previews
#d615af text on a black background
contrast 4.59:1
Card sample
#d615af text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d615af;
Background color
Panel with #d615af background
background-color: #d615af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d615af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 21, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 21, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d615af; background: linear-gradient(135deg, #d615af, #D6152E);