#cf10cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 16, 207
HSL
300°, 86%, 44%
CMYK
0, 92, 0, 19
Luminance
0.1814
Every format
| HEX | #cf10cf |
| RGB | rgb(207, 16, 207) |
| HSL | hsl(300, 86%, 44%) |
| CMYK | cmyk(0%, 92%, 0%, 19%) |
| LAB | lab(49.7 82.6 -51.3) |
| LCH | lch(49.7 97.2 328.2) |
| OKLCH | oklch(0.603 0.271 328.3) |
Copy-ready code
/* CSS */
color: #cf10cf;
background-color: #cf10cf;
/* Tailwind (arbitrary) */
class="text-[#cf10cf] bg-[#cf10cf]"
/* SCSS */
$brand: #cf10cf;
/* SwiftUI */
Color(red: 0.812, green: 0.063, blue: 0.812)
/* Android */
Color.parseColor("#cf10cf")Accessibility — WCAG contrast
Aa
#cf10cf on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf10cf on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta92.3%
Yellow0.0%
Key (black)18.8%
Color previews
#cf10cf text on a black background
contrast 4.63:1
Card sample
#cf10cf text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf10cf;
Background color
Panel with #cf10cf background
background-color: #cf10cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf10cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 16, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 16, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf10cf; background: linear-gradient(135deg, #cf10cf, #CF1050);