#cf1ac0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 26, 192
HSL
305°, 78%, 46%
CMYK
0, 87, 7, 19
Luminance
0.1781
Every format
| HEX | #cf1ac0 |
| RGB | rgb(207, 26, 192) |
| HSL | hsl(305, 78%, 46%) |
| CMYK | cmyk(0%, 87%, 7%, 19%) |
| LAB | lab(49.3 79.1 -43.2) |
| LCH | lch(49.3 90.2 331.4) |
| OKLCH | oklch(0.597 0.257 332.4) |
Copy-ready code
/* CSS */
color: #cf1ac0;
background-color: #cf1ac0;
/* Tailwind (arbitrary) */
class="text-[#cf1ac0] bg-[#cf1ac0]"
/* SCSS */
$brand: #cf1ac0;
/* SwiftUI */
Color(red: 0.812, green: 0.102, blue: 0.753)
/* Android */
Color.parseColor("#cf1ac0")Accessibility — WCAG contrast
Aa
#cf1ac0 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1ac0 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.2%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow7.2%
Key (black)18.8%
Color previews
#cf1ac0 text on a black background
contrast 4.56:1
Card sample
#cf1ac0 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1ac0;
Background color
Panel with #cf1ac0 background
background-color: #cf1ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 26, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 26, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1ac0; background: linear-gradient(135deg, #cf1ac0, #CF1A47);