#cd124f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 18, 79
HSL
340°, 84%, 44%
CMYK
0, 91, 62, 20
Luminance
0.1398
Every format
| HEX | #cd124f |
| RGB | rgb(205, 18, 79) |
| HSL | hsl(340, 84%, 44%) |
| CMYK | cmyk(0%, 91%, 62%, 20%) |
| LAB | lab(44.2 68.4 17.7) |
| LCH | lch(44.2 70.7 14.5) |
| OKLCH | oklch(0.546 0.211 11.9) |
Copy-ready code
/* CSS */
color: #cd124f;
background-color: #cd124f;
/* Tailwind (arbitrary) */
class="text-[#cd124f] bg-[#cd124f]"
/* SCSS */
$brand: #cd124f;
/* SwiftUI */
Color(red: 0.804, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#cd124f")Accessibility — WCAG contrast
Aa
#cd124f on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd124f on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green7.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow61.5%
Key (black)19.6%
Color previews
#cd124f text on a black background
contrast 3.80:1
Card sample
#cd124f text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd124f;
Background color
Panel with #cd124f background
background-color: #cd124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd124f; background: linear-gradient(135deg, #cd124f, #CD5212);