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