#cf13da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 19, 218
HSL
297°, 84%, 47%
CMYK
5, 91, 0, 15
Luminance
0.1879
Every format
| HEX | #cf13da |
| RGB | rgb(207, 19, 218) |
| HSL | hsl(297, 84%, 47%) |
| CMYK | cmyk(5%, 91%, 0%, 15%) |
| LAB | lab(50.5 83.9 -56.3) |
| LCH | lch(50.5 101.1 326.1) |
| OKLCH | oklch(0.610 0.278 325.5) |
Copy-ready code
/* CSS */
color: #cf13da;
background-color: #cf13da;
/* Tailwind (arbitrary) */
class="text-[#cf13da] bg-[#cf13da]"
/* SCSS */
$brand: #cf13da;
/* SwiftUI */
Color(red: 0.812, green: 0.075, blue: 0.855)
/* Android */
Color.parseColor("#cf13da")Accessibility — WCAG contrast
Aa
#cf13da on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf13da on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.5%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta91.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cf13da text on a black background
contrast 4.76:1
Card sample
#cf13da text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf13da;
Background color
Panel with #cf13da background
background-color: #cf13da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf13da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 19, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 19, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf13da; background: linear-gradient(135deg, #cf13da, #DA1360);