#cd136f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 19, 111
HSL
330°, 83%, 44%
CMYK
0, 91, 46, 20
Luminance
0.1459
Every format
| HEX | #cd136f |
| RGB | rgb(205, 19, 111) |
| HSL | hsl(330, 83%, 44%) |
| CMYK | cmyk(0%, 91%, 46%, 20%) |
| LAB | lab(45.1 70.5 -1.0) |
| LCH | lch(45.1 70.5 359.2) |
| OKLCH | oklch(0.555 0.217 359.5) |
Copy-ready code
/* CSS */
color: #cd136f;
background-color: #cd136f;
/* Tailwind (arbitrary) */
class="text-[#cd136f] bg-[#cd136f]"
/* SCSS */
$brand: #cd136f;
/* SwiftUI */
Color(red: 0.804, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#cd136f")Accessibility — WCAG contrast
Aa
#cd136f on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd136f on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green7.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta90.7%
Yellow45.9%
Key (black)19.6%
Color previews
#cd136f text on a black background
contrast 3.92:1
Card sample
#cd136f text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd136f;
Background color
Panel with #cd136f background
background-color: #cd136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd136f; background: linear-gradient(135deg, #cd136f, #CD3313);