#d618af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
214, 24, 175
HSL
312°, 80%, 47%
CMYK
0, 89, 18, 16
Luminance
0.1804
Every format
| HEX | #d618af |
| RGB | rgb(214, 24, 175) |
| HSL | hsl(312, 80%, 47%) |
| CMYK | cmyk(0%, 89%, 18%, 16%) |
| LAB | lab(49.5 78.5 -32.7) |
| LCH | lch(49.5 85.1 337.4) |
| OKLCH | oklch(0.599 0.251 339.3) |
Copy-ready code
/* CSS */
color: #d618af;
background-color: #d618af;
/* Tailwind (arbitrary) */
class="text-[#d618af] bg-[#d618af]"
/* SCSS */
$brand: #d618af;
/* SwiftUI */
Color(red: 0.839, green: 0.094, blue: 0.686)
/* Android */
Color.parseColor("#d618af")Accessibility — WCAG contrast
Aa
#d618af on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d618af on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green9.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow18.2%
Key (black)16.1%
Color previews
#d618af text on a black background
contrast 4.61:1
Card sample
#d618af text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d618af;
Background color
Panel with #d618af background
background-color: #d618af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d618af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 24, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 24, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d618af; background: linear-gradient(135deg, #d618af, #D61830);