#cf5f9c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 95, 156
HSL
327°, 54%, 59%
CMYK
0, 54, 25, 19
Luminance
0.2385
Every format
| HEX | #cf5f9c |
| RGB | rgb(207, 95, 156) |
| HSL | hsl(327, 54%, 59%) |
| CMYK | cmyk(0%, 54%, 25%, 19%) |
| LAB | lab(55.9 51.1 -11.9) |
| LCH | lch(55.9 52.5 346.9) |
| OKLCH | oklch(0.641 0.157 348.6) |
Copy-ready code
/* CSS */
color: #cf5f9c;
background-color: #cf5f9c;
/* Tailwind (arbitrary) */
class="text-[#cf5f9c] bg-[#cf5f9c]"
/* SCSS */
$brand: #cf5f9c;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.612)
/* Android */
Color.parseColor("#cf5f9c")Accessibility — WCAG contrast
Aa
#cf5f9c on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5f9c on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow24.6%
Key (black)18.8%
Color previews
#cf5f9c text on a black background
contrast 5.77:1
Card sample
#cf5f9c text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5f9c;
Background color
Panel with #cf5f9c background
background-color: #cf5f9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5f9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5f9c; background: linear-gradient(135deg, #cf5f9c, #CF6D5F);