#cf50ae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 80, 174
HSL
316°, 57%, 56%
CMYK
0, 61, 16, 19
Luminance
0.2206
Every format
| HEX | #cf50ae |
| RGB | rgb(207, 80, 174) |
| HSL | hsl(316, 57%, 56%) |
| CMYK | cmyk(0%, 61%, 16%, 19%) |
| LAB | lab(54.1 60.5 -25.2) |
| LCH | lch(54.1 65.5 337.4) |
| OKLCH | oklch(0.629 0.191 339.2) |
Copy-ready code
/* CSS */
color: #cf50ae;
background-color: #cf50ae;
/* Tailwind (arbitrary) */
class="text-[#cf50ae] bg-[#cf50ae]"
/* SCSS */
$brand: #cf50ae;
/* SwiftUI */
Color(red: 0.812, green: 0.314, blue: 0.682)
/* Android */
Color.parseColor("#cf50ae")Accessibility — WCAG contrast
Aa
#cf50ae on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf50ae on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow15.9%
Key (black)18.8%
Color previews
#cf50ae text on a black background
contrast 5.41:1
Card sample
#cf50ae text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf50ae;
Background color
Panel with #cf50ae background
background-color: #cf50ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf50ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 80, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 80, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf50ae; background: linear-gradient(135deg, #cf50ae, #CF5059);