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