#cf016d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 1, 109
HSL
329°, 99%, 41%
CMYK
0, 100, 47, 19
Luminance
0.1439
Every format
| HEX | #cf016d |
| RGB | rgb(207, 1, 109) |
| HSL | hsl(329, 99%, 41%) |
| CMYK | cmyk(0%, 100%, 47%, 19%) |
| LAB | lab(44.8 72.6 -0.1) |
| LCH | lch(44.8 72.6 359.9) |
| OKLCH | oklch(0.554 0.224 0.1) |
Copy-ready code
/* CSS */
color: #cf016d;
background-color: #cf016d;
/* Tailwind (arbitrary) */
class="text-[#cf016d] bg-[#cf016d]"
/* SCSS */
$brand: #cf016d;
/* SwiftUI */
Color(red: 0.812, green: 0.004, blue: 0.427)
/* Android */
Color.parseColor("#cf016d")Accessibility — WCAG contrast
Aa
#cf016d on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf016d on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.4%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta99.5%
Yellow47.3%
Key (black)18.8%
Color previews
#cf016d text on a black background
contrast 3.88:1
Card sample
#cf016d text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf016d;
Background color
Panel with #cf016d background
background-color: #cf016d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf016d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 1, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 1, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf016d; background: linear-gradient(135deg, #cf016d, #CF1E01);