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