#cf2bca
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 43, 202
HSL
302°, 66%, 49%
CMYK
0, 79, 2, 19
Luminance
0.1926
Every format
| HEX | #cf2bca |
| RGB | rgb(207, 43, 202) |
| HSL | hsl(302, 66%, 49%) |
| CMYK | cmyk(0%, 79%, 2%, 19%) |
| LAB | lab(51.0 77.2 -46.3) |
| LCH | lch(51.0 90.0 329.1) |
| OKLCH | oklch(0.611 0.253 329.5) |
Copy-ready code
/* CSS */
color: #cf2bca;
background-color: #cf2bca;
/* Tailwind (arbitrary) */
class="text-[#cf2bca] bg-[#cf2bca]"
/* SCSS */
$brand: #cf2bca;
/* SwiftUI */
Color(red: 0.812, green: 0.169, blue: 0.792)
/* Android */
Color.parseColor("#cf2bca")Accessibility — WCAG contrast
Aa
#cf2bca on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2bca on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.9%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow2.4%
Key (black)18.8%
Color previews
#cf2bca text on a black background
contrast 4.85:1
Card sample
#cf2bca text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2bca;
Background color
Panel with #cf2bca background
background-color: #cf2bca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2bca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 43, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 43, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2bca; background: linear-gradient(135deg, #cf2bca, #CF2B5D);