#cf2292
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 34, 146
HSL
321°, 72%, 47%
CMYK
0, 84, 30, 19
Luminance
0.1648
Every format
| HEX | #cf2292 |
| RGB | rgb(207, 34, 146) |
| HSL | hsl(321, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 30%, 19%) |
| LAB | lab(47.6 71.8 -18.6) |
| LCH | lch(47.6 74.2 345.5) |
| OKLCH | oklch(0.578 0.225 347.4) |
Copy-ready code
/* CSS */
color: #cf2292;
background-color: #cf2292;
/* Tailwind (arbitrary) */
class="text-[#cf2292] bg-[#cf2292]"
/* SCSS */
$brand: #cf2292;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.573)
/* Android */
Color.parseColor("#cf2292")Accessibility — WCAG contrast
Aa
#cf2292 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2292 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow29.5%
Key (black)18.8%
Color previews
#cf2292 text on a black background
contrast 4.30:1
Card sample
#cf2292 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2292;
Background color
Panel with #cf2292 background
background-color: #cf2292;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2292;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2292; background: linear-gradient(135deg, #cf2292, #CF2522);