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