#cf07db
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 7, 219
HSL
297°, 94%, 44%
CMYK
6, 97, 0, 14
Luminance
0.1853
Every format
| HEX | #cf07db |
| RGB | rgb(207, 7, 219) |
| HSL | hsl(297, 94%, 44%) |
| CMYK | cmyk(6%, 97%, 0%, 14%) |
| LAB | lab(50.1 85.2 -57.4) |
| LCH | lch(50.1 102.7 326.0) |
| OKLCH | oklch(0.608 0.282 325.3) |
Copy-ready code
/* CSS */
color: #cf07db;
background-color: #cf07db;
/* Tailwind (arbitrary) */
class="text-[#cf07db] bg-[#cf07db]"
/* SCSS */
$brand: #cf07db;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.859)
/* Android */
Color.parseColor("#cf07db")Accessibility — WCAG contrast
Aa
#cf07db on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf07db on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.7%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta96.8%
Yellow0.0%
Key (black)14.1%
Color previews
#cf07db text on a black background
contrast 4.71:1
Card sample
#cf07db text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf07db;
Background color
Panel with #cf07db background
background-color: #cf07db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf07db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 7, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf07db; background: linear-gradient(135deg, #cf07db, #DB075A);