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