#cd084f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 8, 79
HSL
338°, 93%, 42%
CMYK
0, 96, 62, 20
Luminance
0.1372
Every format
| HEX | #cd084f |
| RGB | rgb(205, 8, 79) |
| HSL | hsl(338, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 62%, 20%) |
| LAB | lab(43.8 69.5 17.2) |
| LCH | lch(43.8 71.6 13.9) |
| OKLCH | oklch(0.543 0.214 11.4) |
Copy-ready code
/* CSS */
color: #cd084f;
background-color: #cd084f;
/* Tailwind (arbitrary) */
class="text-[#cd084f] bg-[#cd084f]"
/* SCSS */
$brand: #cd084f;
/* SwiftUI */
Color(red: 0.804, green: 0.031, blue: 0.310)
/* Android */
Color.parseColor("#cd084f")Accessibility — WCAG contrast
Aa
#cd084f on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd084f on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green3.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow61.5%
Key (black)19.6%
Color previews
#cd084f text on a black background
contrast 3.74:1
Card sample
#cd084f text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd084f;
Background color
Panel with #cd084f background
background-color: #cd084f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd084f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 8, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 8, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd084f; background: linear-gradient(135deg, #cd084f, #CD4408);