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