#cf56df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 86, 223
HSL
293°, 68%, 61%
CMYK
7, 61, 0, 13
Luminance
0.2525
Every format
| HEX | #cf56df |
| RGB | rgb(207, 86, 223) |
| HSL | hsl(293, 68%, 61%) |
| CMYK | cmyk(7%, 61%, 0%, 13%) |
| LAB | lab(57.3 66.0 -48.2) |
| LCH | lch(57.3 81.7 323.8) |
| OKLCH | oklch(0.660 0.222 322.8) |
Copy-ready code
/* CSS */
color: #cf56df;
background-color: #cf56df;
/* Tailwind (arbitrary) */
class="text-[#cf56df] bg-[#cf56df]"
/* SCSS */
$brand: #cf56df;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#cf56df")Accessibility — WCAG contrast
Aa
#cf56df on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf56df on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta61.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cf56df text on a black background
contrast 6.05:1
Card sample
#cf56df text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf56df;
Background color
Panel with #cf56df background
background-color: #cf56df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf56df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf56df; background: linear-gradient(135deg, #cf56df, #DF5694);