#d63eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
214, 62, 179
HSL
314°, 65%, 54%
CMYK
0, 71, 16, 16
Luminance
0.2100
Every format
| HEX | #d63eb3 |
| RGB | rgb(214, 62, 179) |
| HSL | hsl(314, 65%, 54%) |
| CMYK | cmyk(0%, 71%, 16%, 16%) |
| LAB | lab(53.0 69.8 -29.8) |
| LCH | lch(53.0 75.9 336.9) |
| OKLCH | oklch(0.624 0.222 338.7) |
Copy-ready code
/* CSS */
color: #d63eb3;
background-color: #d63eb3;
/* Tailwind (arbitrary) */
class="text-[#d63eb3] bg-[#d63eb3]"
/* SCSS */
$brand: #d63eb3;
/* SwiftUI */
Color(red: 0.839, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#d63eb3")Accessibility — WCAG contrast
Aa
#d63eb3 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d63eb3 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow16.4%
Key (black)16.1%
Color previews
#d63eb3 text on a black background
contrast 5.20:1
Card sample
#d63eb3 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d63eb3;
Background color
Panel with #d63eb3 background
background-color: #d63eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d63eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d63eb3; background: linear-gradient(135deg, #d63eb3, #D63E4E);