#d10cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
209, 12, 223
HSL
296°, 90%, 46%
CMYK
6, 95, 0, 13
Luminance
0.1915
Every format
| HEX | #d10cdf |
| RGB | rgb(209, 12, 223) |
| HSL | hsl(296, 90%, 46%) |
| CMYK | cmyk(6%, 95%, 0%, 13%) |
| LAB | lab(50.9 85.7 -58.5) |
| LCH | lch(50.9 103.8 325.7) |
| OKLCH | oklch(0.615 0.284 324.8) |
Copy-ready code
/* CSS */
color: #d10cdf;
background-color: #d10cdf;
/* Tailwind (arbitrary) */
class="text-[#d10cdf] bg-[#d10cdf]"
/* SCSS */
$brand: #d10cdf;
/* SwiftUI */
Color(red: 0.820, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#d10cdf")Accessibility — WCAG contrast
Aa
#d10cdf on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d10cdf on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green4.7%
Blue87.5%
CMYK percentages
Cyan6.3%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#d10cdf text on a black background
contrast 4.83:1
Card sample
#d10cdf text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d10cdf;
Background color
Panel with #d10cdf background
background-color: #d10cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d10cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d10cdf; background: linear-gradient(135deg, #d10cdf, #DF0C60);