#cf2f9a
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 47, 154
HSL
320°, 63%, 50%
CMYK
0, 77, 26, 19
Luminance
0.1763
Every format
| HEX | #cf2f9a |
| RGB | rgb(207, 47, 154) |
| HSL | hsl(320, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 26%, 19%) |
| LAB | lab(49.0 69.5 -21.2) |
| LCH | lch(49.0 72.7 343.1) |
| OKLCH | oklch(0.590 0.218 345.0) |
Copy-ready code
/* CSS */
color: #cf2f9a;
background-color: #cf2f9a;
/* Tailwind (arbitrary) */
class="text-[#cf2f9a] bg-[#cf2f9a]"
/* SCSS */
$brand: #cf2f9a;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.604)
/* Android */
Color.parseColor("#cf2f9a")Accessibility — WCAG contrast
Aa
#cf2f9a on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2f9a on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow25.6%
Key (black)18.8%
Color previews
#cf2f9a text on a black background
contrast 4.53:1
Card sample
#cf2f9a text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2f9a;
Background color
Panel with #cf2f9a background
background-color: #cf2f9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2f9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2f9a; background: linear-gradient(135deg, #cf2f9a, #CF2F2F);