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