#cf2cb1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 44, 177
HSL
311°, 65%, 49%
CMYK
0, 79, 15, 19
Luminance
0.1824
Every format
| HEX | #cf2cb1 |
| RGB | rgb(207, 44, 177) |
| HSL | hsl(311, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 15%, 19%) |
| LAB | lab(49.8 73.3 -33.6) |
| LCH | lch(49.8 80.7 335.4) |
| OKLCH | oklch(0.598 0.235 337.1) |
Copy-ready code
/* CSS */
color: #cf2cb1;
background-color: #cf2cb1;
/* Tailwind (arbitrary) */
class="text-[#cf2cb1] bg-[#cf2cb1]"
/* SCSS */
$brand: #cf2cb1;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.694)
/* Android */
Color.parseColor("#cf2cb1")Accessibility — WCAG contrast
Aa
#cf2cb1 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2cb1 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow14.5%
Key (black)18.8%
Color previews
#cf2cb1 text on a black background
contrast 4.65:1
Card sample
#cf2cb1 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cb1;
Background color
Panel with #cf2cb1 background
background-color: #cf2cb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cb1; background: linear-gradient(135deg, #cf2cb1, #CF2C44);