#cf109f
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 16, 159
HSL
315°, 86%, 44%
CMYK
0, 92, 23, 19
Luminance
0.1614
Every format
| HEX | #cf109f |
| RGB | rgb(207, 16, 159) |
| HSL | hsl(315, 86%, 44%) |
| CMYK | cmyk(0%, 92%, 23%, 19%) |
| LAB | lab(47.2 76.2 -27.1) |
| LCH | lch(47.2 80.9 340.4) |
| OKLCH | oklch(0.577 0.242 342.5) |
Copy-ready code
/* CSS */
color: #cf109f;
background-color: #cf109f;
/* Tailwind (arbitrary) */
class="text-[#cf109f] bg-[#cf109f]"
/* SCSS */
$brand: #cf109f;
/* SwiftUI */
Color(red: 0.812, green: 0.063, blue: 0.624)
/* Android */
Color.parseColor("#cf109f")Accessibility — WCAG contrast
Aa
#cf109f on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf109f on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.3%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta92.3%
Yellow23.2%
Key (black)18.8%
Color previews
#cf109f text on a black background
contrast 4.23:1
Card sample
#cf109f text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf109f;
Background color
Panel with #cf109f background
background-color: #cf109f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf109f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 16, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 16, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf109f; background: linear-gradient(135deg, #cf109f, #CF1020);