#cf49ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 73, 171
HSL
316°, 58%, 55%
CMYK
0, 65, 17, 19
Luminance
0.2097
Every format
| HEX | #cf49ab |
| RGB | rgb(207, 73, 171) |
| HSL | hsl(316, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 17%, 19%) |
| LAB | lab(52.9 62.9 -25.2) |
| LCH | lch(52.9 67.8 338.1) |
| OKLCH | oklch(0.620 0.199 340.0) |
Copy-ready code
/* CSS */
color: #cf49ab;
background-color: #cf49ab;
/* Tailwind (arbitrary) */
class="text-[#cf49ab] bg-[#cf49ab]"
/* SCSS */
$brand: #cf49ab;
/* SwiftUI */
Color(red: 0.812, green: 0.286, blue: 0.671)
/* Android */
Color.parseColor("#cf49ab")Accessibility — WCAG contrast
Aa
#cf49ab on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf49ab on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow17.4%
Key (black)18.8%
Color previews
#cf49ab text on a black background
contrast 5.19:1
Card sample
#cf49ab text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf49ab;
Background color
Panel with #cf49ab background
background-color: #cf49ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf49ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 73, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 73, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf49ab; background: linear-gradient(135deg, #cf49ab, #CF4952);