#cd115f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 17, 95
HSL
335°, 85%, 44%
CMYK
0, 92, 54, 20
Luminance
0.1421
Every format
| HEX | #cd115f |
| RGB | rgb(205, 17, 95) |
| HSL | hsl(335, 85%, 44%) |
| CMYK | cmyk(0%, 92%, 54%, 20%) |
| LAB | lab(44.5 69.6 8.2) |
| LCH | lch(44.5 70.0 6.7) |
| OKLCH | oklch(0.550 0.214 5.7) |
Copy-ready code
/* CSS */
color: #cd115f;
background-color: #cd115f;
/* Tailwind (arbitrary) */
class="text-[#cd115f] bg-[#cd115f]"
/* SCSS */
$brand: #cd115f;
/* SwiftUI */
Color(red: 0.804, green: 0.067, blue: 0.373)
/* Android */
Color.parseColor("#cd115f")Accessibility — WCAG contrast
Aa
#cd115f on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd115f on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green6.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow53.7%
Key (black)19.6%
Color previews
#cd115f text on a black background
contrast 3.84:1
Card sample
#cd115f text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd115f;
Background color
Panel with #cd115f background
background-color: #cd115f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd115f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 17, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 17, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd115f; background: linear-gradient(135deg, #cd115f, #CD4011);