#cf50df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 80, 223
HSL
293°, 69%, 59%
CMYK
7, 64, 0, 13
Luminance
0.2433
Every format
| HEX | #cf50df |
| RGB | rgb(207, 80, 223) |
| HSL | hsl(293, 69%, 59%) |
| CMYK | cmyk(7%, 64%, 0%, 13%) |
| LAB | lab(56.4 68.4 -49.6) |
| LCH | lch(56.4 84.5 324.1) |
| OKLCH | oklch(0.654 0.230 323.1) |
Copy-ready code
/* CSS */
color: #cf50df;
background-color: #cf50df;
/* Tailwind (arbitrary) */
class="text-[#cf50df] bg-[#cf50df]"
/* SCSS */
$brand: #cf50df;
/* SwiftUI */
Color(red: 0.812, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#cf50df")Accessibility — WCAG contrast
Aa
#cf50df on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf50df on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.4%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cf50df text on a black background
contrast 5.87:1
Card sample
#cf50df text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf50df;
Background color
Panel with #cf50df background
background-color: #cf50df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf50df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf50df; background: linear-gradient(135deg, #cf50df, #DF5090);