#d00cd3
a dark, electric magenta / pink · warm · closest name: magenta
RGB
208, 12, 211
HSL
299°, 89%, 44%
CMYK
1, 94, 0, 17
Luminance
0.1838
Every format
| HEX | #d00cd3 |
| RGB | rgb(208, 12, 211) |
| HSL | hsl(299, 89%, 44%) |
| CMYK | cmyk(1%, 94%, 0%, 17%) |
| LAB | lab(50.0 83.7 -53.1) |
| LCH | lch(50.0 99.2 327.6) |
| OKLCH | oklch(0.606 0.276 327.6) |
Copy-ready code
/* CSS */
color: #d00cd3;
background-color: #d00cd3;
/* Tailwind (arbitrary) */
class="text-[#d00cd3] bg-[#d00cd3]"
/* SCSS */
$brand: #d00cd3;
/* SwiftUI */
Color(red: 0.816, green: 0.047, blue: 0.827)
/* Android */
Color.parseColor("#d00cd3")Accessibility — WCAG contrast
Aa
#d00cd3 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d00cd3 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green4.7%
Blue82.7%
CMYK percentages
Cyan1.4%
Magenta94.3%
Yellow0.0%
Key (black)17.3%
Color previews
#d00cd3 text on a black background
contrast 4.68:1
Card sample
#d00cd3 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d00cd3;
Background color
Panel with #d00cd3 background
background-color: #d00cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d00cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 12, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 12, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d00cd3; background: linear-gradient(135deg, #d00cd3, #D30C51);