#cf13cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 19, 207
HSL
300°, 83%, 44%
CMYK
0, 91, 0, 19
Luminance
0.1824
Every format
| HEX | #cf13cf |
| RGB | rgb(207, 19, 207) |
| HSL | hsl(300, 83%, 44%) |
| CMYK | cmyk(0%, 91%, 0%, 19%) |
| LAB | lab(49.8 82.3 -51.1) |
| LCH | lch(49.8 96.8 328.2) |
| OKLCH | oklch(0.604 0.270 328.3) |
Copy-ready code
/* CSS */
color: #cf13cf;
background-color: #cf13cf;
/* Tailwind (arbitrary) */
class="text-[#cf13cf] bg-[#cf13cf]"
/* SCSS */
$brand: #cf13cf;
/* SwiftUI */
Color(red: 0.812, green: 0.075, blue: 0.812)
/* Android */
Color.parseColor("#cf13cf")Accessibility — WCAG contrast
Aa
#cf13cf on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf13cf on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cf13cf text on a black background
contrast 4.65:1
Card sample
#cf13cf text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf13cf;
Background color
Panel with #cf13cf background
background-color: #cf13cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf13cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 19, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 19, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf13cf; background: linear-gradient(135deg, #cf13cf, #CF1352);