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