#cf73df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 115, 223
HSL
291°, 63%, 66%
CMYK
7, 48, 0, 13
Luminance
0.3085
Every format
| HEX | #cf73df |
| RGB | rgb(207, 115, 223) |
| HSL | hsl(291, 63%, 66%) |
| CMYK | cmyk(7%, 48%, 0%, 13%) |
| LAB | lab(62.4 52.4 -40.2) |
| LCH | lch(62.4 66.0 322.5) |
| OKLCH | oklch(0.697 0.178 321.5) |
Copy-ready code
/* CSS */
color: #cf73df;
background-color: #cf73df;
/* Tailwind (arbitrary) */
class="text-[#cf73df] bg-[#cf73df]"
/* SCSS */
$brand: #cf73df;
/* SwiftUI */
Color(red: 0.812, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#cf73df")Accessibility — WCAG contrast
Aa
#cf73df on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf73df on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.1%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cf73df text on a black background
contrast 7.17:1
Card sample
#cf73df text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf73df;
Background color
Panel with #cf73df background
background-color: #cf73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf73df; background: linear-gradient(135deg, #cf73df, #DF73A7);