#cf50ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 80, 171
HSL
317°, 57%, 56%
CMYK
0, 61, 17, 19
Luminance
0.2194
Every format
| HEX | #cf50ab |
| RGB | rgb(207, 80, 171) |
| HSL | hsl(317, 57%, 56%) |
| CMYK | cmyk(0%, 61%, 17%, 19%) |
| LAB | lab(54.0 60.0 -23.6) |
| LCH | lch(54.0 64.5 338.5) |
| OKLCH | oklch(0.628 0.189 340.4) |
Copy-ready code
/* CSS */
color: #cf50ab;
background-color: #cf50ab;
/* Tailwind (arbitrary) */
class="text-[#cf50ab] bg-[#cf50ab]"
/* SCSS */
$brand: #cf50ab;
/* SwiftUI */
Color(red: 0.812, green: 0.314, blue: 0.671)
/* Android */
Color.parseColor("#cf50ab")Accessibility — WCAG contrast
Aa
#cf50ab on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf50ab on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow17.4%
Key (black)18.8%
Color previews
#cf50ab text on a black background
contrast 5.39:1
Card sample
#cf50ab text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf50ab;
Background color
Panel with #cf50ab background
background-color: #cf50ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf50ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 80, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 80, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf50ab; background: linear-gradient(135deg, #cf50ab, #CF5056);