#cf07ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 7, 186
HSL
306°, 94%, 42%
CMYK
0, 97, 10, 19
Luminance
0.1696
Every format
| HEX | #cf07ba |
| RGB | rgb(207, 7, 186) |
| HSL | hsl(306, 94%, 42%) |
| CMYK | cmyk(0%, 97%, 10%, 19%) |
| LAB | lab(48.2 80.5 -41.4) |
| LCH | lch(48.2 90.5 332.8) |
| OKLCH | oklch(0.589 0.261 334.1) |
Copy-ready code
/* CSS */
color: #cf07ba;
background-color: #cf07ba;
/* Tailwind (arbitrary) */
class="text-[#cf07ba] bg-[#cf07ba]"
/* SCSS */
$brand: #cf07ba;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.729)
/* Android */
Color.parseColor("#cf07ba")Accessibility — WCAG contrast
Aa
#cf07ba on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf07ba on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow10.1%
Key (black)18.8%
Color previews
#cf07ba text on a black background
contrast 4.39:1
Card sample
#cf07ba text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf07ba;
Background color
Panel with #cf07ba background
background-color: #cf07ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf07ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 7, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf07ba; background: linear-gradient(135deg, #cf07ba, #CF0735);