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