#cf1ab6
a balanced, electric magenta / pink · warm · closest name: purple
RGB
207, 26, 182
HSL
308°, 78%, 46%
CMYK
0, 87, 12, 19
Luminance
0.1738
Every format
| HEX | #cf1ab6 |
| RGB | rgb(207, 26, 182) |
| HSL | hsl(308, 78%, 46%) |
| CMYK | cmyk(0%, 87%, 12%, 19%) |
| LAB | lab(48.7 77.8 -38.2) |
| LCH | lch(48.7 86.7 333.8) |
| OKLCH | oklch(0.592 0.251 335.3) |
Copy-ready code
/* CSS */
color: #cf1ab6;
background-color: #cf1ab6;
/* Tailwind (arbitrary) */
class="text-[#cf1ab6] bg-[#cf1ab6]"
/* SCSS */
$brand: #cf1ab6;
/* SwiftUI */
Color(red: 0.812, green: 0.102, blue: 0.714)
/* Android */
Color.parseColor("#cf1ab6")Accessibility — WCAG contrast
Aa
#cf1ab6 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1ab6 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.2%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow12.1%
Key (black)18.8%
Color previews
#cf1ab6 text on a black background
contrast 4.48:1
Card sample
#cf1ab6 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1ab6;
Background color
Panel with #cf1ab6 background
background-color: #cf1ab6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1ab6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 26, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 26, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1ab6; background: linear-gradient(135deg, #cf1ab6, #CF1A3D);