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