#cf2fa3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 47, 163
HSL
317°, 63%, 50%
CMYK
0, 77, 21, 19
Luminance
0.1794
Every format
| HEX | #cf2fa3 |
| RGB | rgb(207, 47, 163) |
| HSL | hsl(317, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 21%, 19%) |
| LAB | lab(49.4 70.7 -25.9) |
| LCH | lch(49.4 75.3 339.9) |
| OKLCH | oklch(0.594 0.224 341.8) |
Copy-ready code
/* CSS */
color: #cf2fa3;
background-color: #cf2fa3;
/* Tailwind (arbitrary) */
class="text-[#cf2fa3] bg-[#cf2fa3]"
/* SCSS */
$brand: #cf2fa3;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.639)
/* Android */
Color.parseColor("#cf2fa3")Accessibility — WCAG contrast
Aa
#cf2fa3 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2fa3 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow21.3%
Key (black)18.8%
Color previews
#cf2fa3 text on a black background
contrast 4.59:1
Card sample
#cf2fa3 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fa3;
Background color
Panel with #cf2fa3 background
background-color: #cf2fa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fa3; background: linear-gradient(135deg, #cf2fa3, #CF2F38);