#cf49df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 73, 223
HSL
294°, 70%, 58%
CMYK
7, 67, 0, 13
Luminance
0.2336
Every format
| HEX | #cf49df |
| RGB | rgb(207, 73, 223) |
| HSL | hsl(294, 70%, 58%) |
| CMYK | cmyk(7%, 67%, 0%, 13%) |
| LAB | lab(55.4 71.2 -51.2) |
| LCH | lch(55.4 87.7 324.3) |
| OKLCH | oklch(0.647 0.238 323.3) |
Copy-ready code
/* CSS */
color: #cf49df;
background-color: #cf49df;
/* Tailwind (arbitrary) */
class="text-[#cf49df] bg-[#cf49df]"
/* SCSS */
$brand: #cf49df;
/* SwiftUI */
Color(red: 0.812, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#cf49df")Accessibility — WCAG contrast
Aa
#cf49df on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf49df on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.6%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta67.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cf49df text on a black background
contrast 5.67:1
Card sample
#cf49df text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf49df;
Background color
Panel with #cf49df background
background-color: #cf49df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf49df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf49df; background: linear-gradient(135deg, #cf49df, #DF498B);