#cf10df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 16, 223
HSL
295°, 87%, 47%
CMYK
7, 93, 0, 13
Luminance
0.1896
Every format
| HEX | #cf10df |
| RGB | rgb(207, 16, 223) |
| HSL | hsl(295, 87%, 47%) |
| CMYK | cmyk(7%, 93%, 0%, 13%) |
| LAB | lab(50.6 85.0 -58.8) |
| LCH | lch(50.6 103.4 325.3) |
| OKLCH | oklch(0.613 0.282 324.3) |
Copy-ready code
/* CSS */
color: #cf10df;
background-color: #cf10df;
/* Tailwind (arbitrary) */
class="text-[#cf10df] bg-[#cf10df]"
/* SCSS */
$brand: #cf10df;
/* SwiftUI */
Color(red: 0.812, green: 0.063, blue: 0.875)
/* Android */
Color.parseColor("#cf10df")Accessibility — WCAG contrast
Aa
#cf10df on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf10df on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.3%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta92.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cf10df text on a black background
contrast 4.79:1
Card sample
#cf10df text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf10df;
Background color
Panel with #cf10df background
background-color: #cf10df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf10df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 16, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 16, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf10df; background: linear-gradient(135deg, #cf10df, #DF1065);