#cf12eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 18, 235
HSL
292°, 86%, 50%
CMYK
12, 92, 0, 8
Luminance
0.1970
Every format
| HEX | #cf12eb |
| RGB | rgb(207, 18, 235) |
| HSL | hsl(292, 86%, 50%) |
| CMYK | cmyk(12%, 92%, 0%, 8%) |
| LAB | lab(51.5 86.7 -64.3) |
| LCH | lch(51.5 107.9 323.4) |
| OKLCH | oklch(0.621 0.289 321.4) |
Copy-ready code
/* CSS */
color: #cf12eb;
background-color: #cf12eb;
/* Tailwind (arbitrary) */
class="text-[#cf12eb] bg-[#cf12eb]"
/* SCSS */
$brand: #cf12eb;
/* SwiftUI */
Color(red: 0.812, green: 0.071, blue: 0.922)
/* Android */
Color.parseColor("#cf12eb")Accessibility — WCAG contrast
Aa
#cf12eb on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf12eb on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.1%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta92.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cf12eb text on a black background
contrast 4.94:1
Card sample
#cf12eb text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf12eb;
Background color
Panel with #cf12eb background
background-color: #cf12eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf12eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 18, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 18, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf12eb; background: linear-gradient(135deg, #cf12eb, #EB1276);