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