#cf50ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 80, 206
HSL
301°, 57%, 56%
CMYK
0, 61, 1, 19
Luminance
0.2346
Every format
| HEX | #cf50ce |
| RGB | rgb(207, 80, 206) |
| HSL | hsl(301, 57%, 56%) |
| CMYK | cmyk(0%, 61%, 1%, 19%) |
| LAB | lab(55.5 65.5 -41.4) |
| LCH | lch(55.5 77.5 327.7) |
| OKLCH | oklch(0.645 0.215 328.0) |
Copy-ready code
/* CSS */
color: #cf50ce;
background-color: #cf50ce;
/* Tailwind (arbitrary) */
class="text-[#cf50ce] bg-[#cf50ce]"
/* SCSS */
$brand: #cf50ce;
/* SwiftUI */
Color(red: 0.812, green: 0.314, blue: 0.808)
/* Android */
Color.parseColor("#cf50ce")Accessibility — WCAG contrast
Aa
#cf50ce on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf50ce on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow0.5%
Key (black)18.8%
Color previews
#cf50ce text on a black background
contrast 5.69:1
Card sample
#cf50ce text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf50ce;
Background color
Panel with #cf50ce background
background-color: #cf50ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf50ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 80, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 80, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf50ce; background: linear-gradient(135deg, #cf50ce, #CF5079);