#cf49ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 73, 206
HSL
300°, 58%, 55%
CMYK
0, 65, 1, 19
Luminance
0.2249
Every format
| HEX | #cf49ce |
| RGB | rgb(207, 73, 206) |
| HSL | hsl(300, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 1%, 19%) |
| LAB | lab(54.5 68.3 -42.9) |
| LCH | lch(54.5 80.7 327.8) |
| OKLCH | oklch(0.637 0.225 328.1) |
Copy-ready code
/* CSS */
color: #cf49ce;
background-color: #cf49ce;
/* Tailwind (arbitrary) */
class="text-[#cf49ce] bg-[#cf49ce]"
/* SCSS */
$brand: #cf49ce;
/* SwiftUI */
Color(red: 0.812, green: 0.286, blue: 0.808)
/* Android */
Color.parseColor("#cf49ce")Accessibility — WCAG contrast
Aa
#cf49ce on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf49ce on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow0.5%
Key (black)18.8%
Color previews
#cf49ce text on a black background
contrast 5.50:1
Card sample
#cf49ce text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf49ce;
Background color
Panel with #cf49ce background
background-color: #cf49ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf49ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 73, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 73, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf49ce; background: linear-gradient(135deg, #cf49ce, #CF4975);