#cf2fa7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 47, 167
HSL
315°, 63%, 50%
CMYK
0, 77, 19, 19
Luminance
0.1809
Every format
| HEX | #cf2fa7 |
| RGB | rgb(207, 47, 167) |
| HSL | hsl(315, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 19%, 19%) |
| LAB | lab(49.6 71.2 -28.0) |
| LCH | lch(49.6 76.5 338.5) |
| OKLCH | oklch(0.596 0.226 340.4) |
Copy-ready code
/* CSS */
color: #cf2fa7;
background-color: #cf2fa7;
/* Tailwind (arbitrary) */
class="text-[#cf2fa7] bg-[#cf2fa7]"
/* SCSS */
$brand: #cf2fa7;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.655)
/* Android */
Color.parseColor("#cf2fa7")Accessibility — WCAG contrast
Aa
#cf2fa7 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2fa7 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow19.3%
Key (black)18.8%
Color previews
#cf2fa7 text on a black background
contrast 4.62:1
Card sample
#cf2fa7 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fa7;
Background color
Panel with #cf2fa7 background
background-color: #cf2fa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fa7; background: linear-gradient(135deg, #cf2fa7, #CF2F3C);