#cf327f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 50, 127
HSL
331°, 62%, 50%
CMYK
0, 76, 39, 19
Luminance
0.1708
Every format
| HEX | #cf327f |
| RGB | rgb(207, 50, 127) |
| HSL | hsl(331, 62%, 50%) |
| CMYK | cmyk(0%, 76%, 39%, 19%) |
| LAB | lab(48.4 65.7 -6.0) |
| LCH | lch(48.4 65.9 354.8) |
| OKLCH | oklch(0.582 0.202 355.8) |
Copy-ready code
/* CSS */
color: #cf327f;
background-color: #cf327f;
/* Tailwind (arbitrary) */
class="text-[#cf327f] bg-[#cf327f]"
/* SCSS */
$brand: #cf327f;
/* SwiftUI */
Color(red: 0.812, green: 0.196, blue: 0.498)
/* Android */
Color.parseColor("#cf327f")Accessibility — WCAG contrast
Aa
#cf327f on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf327f on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow38.6%
Key (black)18.8%
Color previews
#cf327f text on a black background
contrast 4.42:1
Card sample
#cf327f text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf327f;
Background color
Panel with #cf327f background
background-color: #cf327f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf327f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 50, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 50, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf327f; background: linear-gradient(135deg, #cf327f, #CF4E32);