#cf73cb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 115, 203
HSL
303°, 49%, 63%
CMYK
0, 44, 2, 19
Luminance
0.2984
Every format
| HEX | #cf73cb |
| RGB | rgb(207, 115, 203) |
| HSL | hsl(303, 49%, 63%) |
| CMYK | cmyk(0%, 44%, 2%, 19%) |
| LAB | lab(61.5 48.6 -30.3) |
| LCH | lch(61.5 57.3 328.1) |
| OKLCH | oklch(0.688 0.159 328.7) |
Copy-ready code
/* CSS */
color: #cf73cb;
background-color: #cf73cb;
/* Tailwind (arbitrary) */
class="text-[#cf73cb] bg-[#cf73cb]"
/* SCSS */
$brand: #cf73cb;
/* SwiftUI */
Color(red: 0.812, green: 0.451, blue: 0.796)
/* Android */
Color.parseColor("#cf73cb")Accessibility — WCAG contrast
Aa
#cf73cb on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf73cb on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow1.9%
Key (black)18.8%
Color previews
#cf73cb text on a black background
contrast 6.97:1
Card sample
#cf73cb text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf73cb;
Background color
Panel with #cf73cb background
background-color: #cf73cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf73cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 115, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 115, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf73cb; background: linear-gradient(135deg, #cf73cb, #CF738E);