#d82cdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
216, 44, 223
HSL
298°, 74%, 52%
CMYK
3, 80, 0, 13
Luminance
0.2173
Every format
| HEX | #d82cdf |
| RGB | rgb(216, 44, 223) |
| HSL | hsl(298, 74%, 52%) |
| CMYK | cmyk(3%, 80%, 0%, 13%) |
| LAB | lab(53.7 81.8 -53.8) |
| LCH | lch(53.7 98.0 326.7) |
| OKLCH | oklch(0.637 0.270 326.4) |
Copy-ready code
/* CSS */
color: #d82cdf;
background-color: #d82cdf;
/* Tailwind (arbitrary) */
class="text-[#d82cdf] bg-[#d82cdf]"
/* SCSS */
$brand: #d82cdf;
/* SwiftUI */
Color(red: 0.847, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#d82cdf")Accessibility — WCAG contrast
Aa
#d82cdf on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d82cdf on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan3.1%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#d82cdf text on a black background
contrast 5.35:1
Card sample
#d82cdf text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d82cdf;
Background color
Panel with #d82cdf background
background-color: #d82cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d82cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d82cdf; background: linear-gradient(135deg, #d82cdf, #DF2C6F);