#cf2cbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 44, 188
HSL
307°, 65%, 49%
CMYK
0, 79, 9, 19
Luminance
0.1870
Every format
| HEX | #cf2cbc |
| RGB | rgb(207, 44, 188) |
| HSL | hsl(307, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 9%, 19%) |
| LAB | lab(50.3 74.9 -39.2) |
| LCH | lch(50.3 84.5 332.4) |
| OKLCH | oklch(0.604 0.242 333.6) |
Copy-ready code
/* CSS */
color: #cf2cbc;
background-color: #cf2cbc;
/* Tailwind (arbitrary) */
class="text-[#cf2cbc] bg-[#cf2cbc]"
/* SCSS */
$brand: #cf2cbc;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.737)
/* Android */
Color.parseColor("#cf2cbc")Accessibility — WCAG contrast
Aa
#cf2cbc on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cbc on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow9.2%
Key (black)18.8%
Color previews
#cf2cbc text on a black background
contrast 4.74:1
Card sample
#cf2cbc text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cbc;
Background color
Panel with #cf2cbc background
background-color: #cf2cbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cbc; background: linear-gradient(135deg, #cf2cbc, #CF2C4F);