#cf11ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 17, 186
HSL
307°, 85%, 44%
CMYK
0, 92, 10, 19
Luminance
0.1721
Every format
| HEX | #cf11ba |
| RGB | rgb(207, 17, 186) |
| HSL | hsl(307, 85%, 44%) |
| CMYK | cmyk(0%, 92%, 10%, 19%) |
| LAB | lab(48.5 79.5 -40.9) |
| LCH | lch(48.5 89.4 332.8) |
| OKLCH | oklch(0.591 0.257 334.1) |
Copy-ready code
/* CSS */
color: #cf11ba;
background-color: #cf11ba;
/* Tailwind (arbitrary) */
class="text-[#cf11ba] bg-[#cf11ba]"
/* SCSS */
$brand: #cf11ba;
/* SwiftUI */
Color(red: 0.812, green: 0.067, blue: 0.729)
/* Android */
Color.parseColor("#cf11ba")Accessibility — WCAG contrast
Aa
#cf11ba on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf11ba on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow10.1%
Key (black)18.8%
Color previews
#cf11ba text on a black background
contrast 4.44:1
Card sample
#cf11ba text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf11ba;
Background color
Panel with #cf11ba background
background-color: #cf11ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf11ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 17, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 17, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf11ba; background: linear-gradient(135deg, #cf11ba, #CF113B);