#cf50da
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 80, 218
HSL
295°, 65%, 58%
CMYK
5, 63, 0, 15
Luminance
0.2406
Every format
| HEX | #cf50da |
| RGB | rgb(207, 80, 218) |
| HSL | hsl(295, 65%, 58%) |
| CMYK | cmyk(5%, 63%, 0%, 15%) |
| LAB | lab(56.1 67.6 -47.2) |
| LCH | lch(56.1 82.4 325.1) |
| OKLCH | oklch(0.651 0.226 324.5) |
Copy-ready code
/* CSS */
color: #cf50da;
background-color: #cf50da;
/* Tailwind (arbitrary) */
class="text-[#cf50da] bg-[#cf50da]"
/* SCSS */
$brand: #cf50da;
/* SwiftUI */
Color(red: 0.812, green: 0.314, blue: 0.855)
/* Android */
Color.parseColor("#cf50da")Accessibility — WCAG contrast
Aa
#cf50da on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf50da on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.4%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta63.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cf50da text on a black background
contrast 5.81:1
Card sample
#cf50da text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf50da;
Background color
Panel with #cf50da background
background-color: #cf50da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf50da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 80, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 80, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf50da; background: linear-gradient(135deg, #cf50da, #DA5089);