#cf50ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 80, 186
HSL
310°, 57%, 56%
CMYK
0, 61, 10, 19
Luminance
0.2255
Every format
| HEX | #cf50ba |
| RGB | rgb(207, 80, 186) |
| HSL | hsl(310, 57%, 56%) |
| CMYK | cmyk(0%, 61%, 10%, 19%) |
| LAB | lab(54.6 62.3 -31.4) |
| LCH | lch(54.6 69.7 333.3) |
| OKLCH | oklch(0.635 0.200 334.7) |
Copy-ready code
/* CSS */
color: #cf50ba;
background-color: #cf50ba;
/* Tailwind (arbitrary) */
class="text-[#cf50ba] bg-[#cf50ba]"
/* SCSS */
$brand: #cf50ba;
/* SwiftUI */
Color(red: 0.812, green: 0.314, blue: 0.729)
/* Android */
Color.parseColor("#cf50ba")Accessibility — WCAG contrast
Aa
#cf50ba on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf50ba on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow10.1%
Key (black)18.8%
Color previews
#cf50ba text on a black background
contrast 5.51:1
Card sample
#cf50ba text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf50ba;
Background color
Panel with #cf50ba background
background-color: #cf50ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf50ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 80, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 80, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf50ba; background: linear-gradient(135deg, #cf50ba, #CF5065);