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