#cd115b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 17, 91
HSL
336°, 85%, 44%
CMYK
0, 92, 56, 20
Luminance
0.1414
Every format
| HEX | #cd115b |
| RGB | rgb(205, 17, 91) |
| HSL | hsl(336, 85%, 44%) |
| CMYK | cmyk(0%, 92%, 56%, 20%) |
| LAB | lab(44.4 69.3 10.5) |
| LCH | lch(44.4 70.1 8.6) |
| OKLCH | oklch(0.549 0.213 7.2) |
Copy-ready code
/* CSS */
color: #cd115b;
background-color: #cd115b;
/* Tailwind (arbitrary) */
class="text-[#cd115b] bg-[#cd115b]"
/* SCSS */
$brand: #cd115b;
/* SwiftUI */
Color(red: 0.804, green: 0.067, blue: 0.357)
/* Android */
Color.parseColor("#cd115b")Accessibility — WCAG contrast
Aa
#cd115b on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd115b on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green6.7%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow55.6%
Key (black)19.6%
Color previews
#cd115b text on a black background
contrast 3.83:1
Card sample
#cd115b text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd115b;
Background color
Panel with #cd115b background
background-color: #cd115b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd115b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 17, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 17, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd115b; background: linear-gradient(135deg, #cd115b, #CD4411);