#cf108f
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 16, 143
HSL
320°, 86%, 44%
CMYK
0, 92, 31, 19
Luminance
0.1562
Every format
| HEX | #cf108f |
| RGB | rgb(207, 16, 143) |
| HSL | hsl(320, 86%, 44%) |
| CMYK | cmyk(0%, 92%, 31%, 19%) |
| LAB | lab(46.5 74.4 -18.5) |
| LCH | lch(46.5 76.7 346.0) |
| OKLCH | oklch(0.570 0.233 347.9) |
Copy-ready code
/* CSS */
color: #cf108f;
background-color: #cf108f;
/* Tailwind (arbitrary) */
class="text-[#cf108f] bg-[#cf108f]"
/* SCSS */
$brand: #cf108f;
/* SwiftUI */
Color(red: 0.812, green: 0.063, blue: 0.561)
/* Android */
Color.parseColor("#cf108f")Accessibility — WCAG contrast
Aa
#cf108f on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf108f on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta92.3%
Yellow30.9%
Key (black)18.8%
Color previews
#cf108f text on a black background
contrast 4.12:1
Card sample
#cf108f text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf108f;
Background color
Panel with #cf108f background
background-color: #cf108f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf108f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 16, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 16, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf108f; background: linear-gradient(135deg, #cf108f, #CF1010);