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