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