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