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