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