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