#cf49af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 73, 175
HSL
314°, 58%, 55%
CMYK
0, 65, 16, 19
Luminance
0.2113
Every format
| HEX | #cf49af |
| RGB | rgb(207, 73, 175) |
| HSL | hsl(314, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 16%, 19%) |
| LAB | lab(53.1 63.5 -27.3) |
| LCH | lch(53.1 69.1 336.7) |
| OKLCH | oklch(0.622 0.202 338.5) |
Copy-ready code
/* CSS */
color: #cf49af;
background-color: #cf49af;
/* Tailwind (arbitrary) */
class="text-[#cf49af] bg-[#cf49af]"
/* SCSS */
$brand: #cf49af;
/* SwiftUI */
Color(red: 0.812, green: 0.286, blue: 0.686)
/* Android */
Color.parseColor("#cf49af")Accessibility — WCAG contrast
Aa
#cf49af on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf49af on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow15.5%
Key (black)18.8%
Color previews
#cf49af text on a black background
contrast 5.23:1
Card sample
#cf49af text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf49af;
Background color
Panel with #cf49af background
background-color: #cf49af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf49af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 73, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 73, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf49af; background: linear-gradient(135deg, #cf49af, #CF4956);