#d83fd8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
216, 63, 216
HSL
300°, 66%, 55%
CMYK
0, 71, 0, 15
Luminance
0.2311
Every format
| HEX | #d83fd8 |
| RGB | rgb(216, 63, 216) |
| HSL | hsl(300, 66%, 55%) |
| CMYK | cmyk(0%, 71%, 0%, 15%) |
| LAB | lab(55.2 75.5 -47.5) |
| LCH | lch(55.2 89.2 327.8) |
| OKLCH | oklch(0.646 0.248 328.0) |
Copy-ready code
/* CSS */
color: #d83fd8;
background-color: #d83fd8;
/* Tailwind (arbitrary) */
class="text-[#d83fd8] bg-[#d83fd8]"
/* SCSS */
$brand: #d83fd8;
/* SwiftUI */
Color(red: 0.847, green: 0.247, blue: 0.847)
/* Android */
Color.parseColor("#d83fd8")Accessibility — WCAG contrast
Aa
#d83fd8 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d83fd8 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green24.7%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow0.0%
Key (black)15.3%
Color previews
#d83fd8 text on a black background
contrast 5.62:1
Card sample
#d83fd8 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d83fd8;
Background color
Panel with #d83fd8 background
background-color: #d83fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d83fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 63, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 63, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d83fd8; background: linear-gradient(135deg, #d83fd8, #D83F72);