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