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