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