#cb1acf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 26, 207
HSL
299°, 78%, 46%
CMYK
2, 87, 0, 19
Luminance
0.1794
Every format
| HEX | #cb1acf |
| RGB | rgb(203, 26, 207) |
| HSL | hsl(299, 78%, 46%) |
| CMYK | cmyk(2%, 87%, 0%, 19%) |
| LAB | lab(49.4 80.6 -51.7) |
| LCH | lch(49.4 95.8 327.3) |
| OKLCH | oklch(0.600 0.266 327.2) |
Copy-ready code
/* CSS */
color: #cb1acf;
background-color: #cb1acf;
/* Tailwind (arbitrary) */
class="text-[#cb1acf] bg-[#cb1acf]"
/* SCSS */
$brand: #cb1acf;
/* SwiftUI */
Color(red: 0.796, green: 0.102, blue: 0.812)
/* Android */
Color.parseColor("#cb1acf")Accessibility — WCAG contrast
Aa
#cb1acf on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb1acf on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green10.2%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta87.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cb1acf text on a black background
contrast 4.59:1
Card sample
#cb1acf text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb1acf;
Background color
Panel with #cb1acf background
background-color: #cb1acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb1acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 26, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 26, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb1acf; background: linear-gradient(135deg, #cb1acf, #CF1A5A);