#cf49ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 73, 186
HSL
309°, 58%, 55%
CMYK
0, 65, 10, 19
Luminance
0.2158
Every format
| HEX | #cf49ba |
| RGB | rgb(207, 73, 186) |
| HSL | hsl(309, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 10%, 19%) |
| LAB | lab(53.6 65.1 -33.0) |
| LCH | lch(53.6 73.0 333.2) |
| OKLCH | oklch(0.627 0.209 334.6) |
Copy-ready code
/* CSS */
color: #cf49ba;
background-color: #cf49ba;
/* Tailwind (arbitrary) */
class="text-[#cf49ba] bg-[#cf49ba]"
/* SCSS */
$brand: #cf49ba;
/* SwiftUI */
Color(red: 0.812, green: 0.286, blue: 0.729)
/* Android */
Color.parseColor("#cf49ba")Accessibility — WCAG contrast
Aa
#cf49ba on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf49ba on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow10.1%
Key (black)18.8%
Color previews
#cf49ba text on a black background
contrast 5.32:1
Card sample
#cf49ba text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf49ba;
Background color
Panel with #cf49ba background
background-color: #cf49ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf49ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 73, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 73, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf49ba; background: linear-gradient(135deg, #cf49ba, #CF4961);