#cb2acf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 42, 207
HSL
299°, 66%, 49%
CMYK
2, 80, 0, 19
Luminance
0.1886
Every format
| HEX | #cb2acf |
| RGB | rgb(203, 42, 207) |
| HSL | hsl(299, 66%, 49%) |
| CMYK | cmyk(2%, 80%, 0%, 19%) |
| LAB | lab(50.5 77.4 -49.9) |
| LCH | lch(50.5 92.1 327.2) |
| OKLCH | oklch(0.608 0.255 327.1) |
Copy-ready code
/* CSS */
color: #cb2acf;
background-color: #cb2acf;
/* Tailwind (arbitrary) */
class="text-[#cb2acf] bg-[#cb2acf]"
/* SCSS */
$brand: #cb2acf;
/* SwiftUI */
Color(red: 0.796, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#cb2acf")Accessibility — WCAG contrast
Aa
#cb2acf on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2acf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green16.5%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#cb2acf text on a black background
contrast 4.77:1
Card sample
#cb2acf text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2acf;
Background color
Panel with #cb2acf background
background-color: #cb2acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2acf; background: linear-gradient(135deg, #cb2acf, #CF2A65);