#cd104f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 16, 79
HSL
340°, 86%, 43%
CMYK
0, 92, 62, 20
Luminance
0.1391
Every format
| HEX | #cd104f |
| RGB | rgb(205, 16, 79) |
| HSL | hsl(340, 86%, 43%) |
| CMYK | cmyk(0%, 92%, 62%, 20%) |
| LAB | lab(44.1 68.7 17.6) |
| LCH | lch(44.1 70.9 14.4) |
| OKLCH | oklch(0.545 0.212 11.8) |
Copy-ready code
/* CSS */
color: #cd104f;
background-color: #cd104f;
/* Tailwind (arbitrary) */
class="text-[#cd104f] bg-[#cd104f]"
/* SCSS */
$brand: #cd104f;
/* SwiftUI */
Color(red: 0.804, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#cd104f")Accessibility — WCAG contrast
Aa
#cd104f on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd104f on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow61.5%
Key (black)19.6%
Color previews
#cd104f text on a black background
contrast 3.78:1
Card sample
#cd104f text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd104f;
Background color
Panel with #cd104f background
background-color: #cd104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd104f; background: linear-gradient(135deg, #cd104f, #CD4F10);