#cf49da
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 73, 218
HSL
295°, 66%, 57%
CMYK
5, 67, 0, 15
Luminance
0.2309
Every format
| HEX | #cf49da |
| RGB | rgb(207, 73, 218) |
| HSL | hsl(295, 66%, 57%) |
| CMYK | cmyk(5%, 67%, 0%, 15%) |
| LAB | lab(55.2 70.3 -48.8) |
| LCH | lch(55.2 85.6 325.3) |
| OKLCH | oklch(0.644 0.234 324.6) |
Copy-ready code
/* CSS */
color: #cf49da;
background-color: #cf49da;
/* Tailwind (arbitrary) */
class="text-[#cf49da] bg-[#cf49da]"
/* SCSS */
$brand: #cf49da;
/* SwiftUI */
Color(red: 0.812, green: 0.286, blue: 0.855)
/* Android */
Color.parseColor("#cf49da")Accessibility — WCAG contrast
Aa
#cf49da on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf49da on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.6%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta66.5%
Yellow0.0%
Key (black)14.5%
Color previews
#cf49da text on a black background
contrast 5.62:1
Card sample
#cf49da text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf49da;
Background color
Panel with #cf49da background
background-color: #cf49da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf49da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 73, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 73, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf49da; background: linear-gradient(135deg, #cf49da, #DA4985);