#cf3293
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 50, 147
HSL
323°, 62%, 50%
CMYK
0, 76, 29, 19
Luminance
0.1765
Every format
| HEX | #cf3293 |
| RGB | rgb(207, 50, 147) |
| HSL | hsl(323, 62%, 50%) |
| CMYK | cmyk(0%, 76%, 29%, 19%) |
| LAB | lab(49.1 67.8 -16.9) |
| LCH | lch(49.1 69.9 346.0) |
| OKLCH | oklch(0.589 0.212 347.8) |
Copy-ready code
/* CSS */
color: #cf3293;
background-color: #cf3293;
/* Tailwind (arbitrary) */
class="text-[#cf3293] bg-[#cf3293]"
/* SCSS */
$brand: #cf3293;
/* SwiftUI */
Color(red: 0.812, green: 0.196, blue: 0.576)
/* Android */
Color.parseColor("#cf3293")Accessibility — WCAG contrast
Aa
#cf3293 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3293 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.6%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow29.0%
Key (black)18.8%
Color previews
#cf3293 text on a black background
contrast 4.53:1
Card sample
#cf3293 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3293;
Background color
Panel with #cf3293 background
background-color: #cf3293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 50, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 50, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3293; background: linear-gradient(135deg, #cf3293, #CF3A32);