#d83eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
216, 62, 176
HSL
316°, 66%, 55%
CMYK
0, 71, 19, 15
Luminance
0.2118
Every format
| HEX | #d83eb0 |
| RGB | rgb(216, 62, 176) |
| HSL | hsl(316, 66%, 55%) |
| CMYK | cmyk(0%, 71%, 19%, 15%) |
| LAB | lab(53.1 69.9 -27.7) |
| LCH | lch(53.1 75.2 338.4) |
| OKLCH | oklch(0.625 0.222 340.3) |
Copy-ready code
/* CSS */
color: #d83eb0;
background-color: #d83eb0;
/* Tailwind (arbitrary) */
class="text-[#d83eb0] bg-[#d83eb0]"
/* SCSS */
$brand: #d83eb0;
/* SwiftUI */
Color(red: 0.847, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#d83eb0")Accessibility — WCAG contrast
Aa
#d83eb0 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d83eb0 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow18.5%
Key (black)15.3%
Color previews
#d83eb0 text on a black background
contrast 5.24:1
Card sample
#d83eb0 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d83eb0;
Background color
Panel with #d83eb0 background
background-color: #d83eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d83eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d83eb0; background: linear-gradient(135deg, #d83eb0, #D83E49);