#cf166f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 22, 111
HSL
331°, 81%, 45%
CMYK
0, 89, 46, 19
Luminance
0.1499
Every format
| HEX | #cf166f |
| RGB | rgb(207, 22, 111) |
| HSL | hsl(331, 81%, 45%) |
| CMYK | cmyk(0%, 89%, 46%, 19%) |
| LAB | lab(45.6 70.6 -0.2) |
| LCH | lch(45.6 70.6 359.8) |
| OKLCH | oklch(0.560 0.217 0.1) |
Copy-ready code
/* CSS */
color: #cf166f;
background-color: #cf166f;
/* Tailwind (arbitrary) */
class="text-[#cf166f] bg-[#cf166f]"
/* SCSS */
$brand: #cf166f;
/* SwiftUI */
Color(red: 0.812, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#cf166f")Accessibility — WCAG contrast
Aa
#cf166f on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf166f on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow46.4%
Key (black)18.8%
Color previews
#cf166f text on a black background
contrast 4.00:1
Card sample
#cf166f text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf166f;
Background color
Panel with #cf166f background
background-color: #cf166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf166f; background: linear-gradient(135deg, #cf166f, #CF3816);