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