#cf2fab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 47, 171
HSL
314°, 63%, 50%
CMYK
0, 77, 17, 19
Luminance
0.1824
Every format
| HEX | #cf2fab |
| RGB | rgb(207, 47, 171) |
| HSL | hsl(314, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 17%, 19%) |
| LAB | lab(49.8 71.7 -30.1) |
| LCH | lch(49.8 77.8 337.2) |
| OKLCH | oklch(0.598 0.229 339.1) |
Copy-ready code
/* CSS */
color: #cf2fab;
background-color: #cf2fab;
/* Tailwind (arbitrary) */
class="text-[#cf2fab] bg-[#cf2fab]"
/* SCSS */
$brand: #cf2fab;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.671)
/* Android */
Color.parseColor("#cf2fab")Accessibility — WCAG contrast
Aa
#cf2fab on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2fab on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow17.4%
Key (black)18.8%
Color previews
#cf2fab text on a black background
contrast 4.65:1
Card sample
#cf2fab text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fab;
Background color
Panel with #cf2fab background
background-color: #cf2fab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fab; background: linear-gradient(135deg, #cf2fab, #CF2F40);