#cf15ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 21, 186
HSL
307°, 82%, 45%
CMYK
0, 90, 10, 19
Luminance
0.1735
Every format
| HEX | #cf15ba |
| RGB | rgb(207, 21, 186) |
| HSL | hsl(307, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 10%, 19%) |
| LAB | lab(48.7 79.0 -40.6) |
| LCH | lch(48.7 88.9 332.8) |
| OKLCH | oklch(0.592 0.256 334.1) |
Copy-ready code
/* CSS */
color: #cf15ba;
background-color: #cf15ba;
/* Tailwind (arbitrary) */
class="text-[#cf15ba] bg-[#cf15ba]"
/* SCSS */
$brand: #cf15ba;
/* SwiftUI */
Color(red: 0.812, green: 0.082, blue: 0.729)
/* Android */
Color.parseColor("#cf15ba")Accessibility — WCAG contrast
Aa
#cf15ba on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf15ba on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow10.1%
Key (black)18.8%
Color previews
#cf15ba text on a black background
contrast 4.47:1
Card sample
#cf15ba text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf15ba;
Background color
Panel with #cf15ba background
background-color: #cf15ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf15ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 21, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 21, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf15ba; background: linear-gradient(135deg, #cf15ba, #CF153E);