#cf56ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 86, 206
HSL
301°, 56%, 58%
CMYK
0, 59, 1, 19
Luminance
0.2438
Every format
| HEX | #cf56ce |
| RGB | rgb(207, 86, 206) |
| HSL | hsl(301, 56%, 58%) |
| CMYK | cmyk(0%, 59%, 1%, 19%) |
| LAB | lab(56.5 63.0 -39.9) |
| LCH | lch(56.5 74.5 327.6) |
| OKLCH | oklch(0.651 0.207 328.0) |
Copy-ready code
/* CSS */
color: #cf56ce;
background-color: #cf56ce;
/* Tailwind (arbitrary) */
class="text-[#cf56ce] bg-[#cf56ce]"
/* SCSS */
$brand: #cf56ce;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.808)
/* Android */
Color.parseColor("#cf56ce")Accessibility — WCAG contrast
Aa
#cf56ce on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf56ce on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow0.5%
Key (black)18.8%
Color previews
#cf56ce text on a black background
contrast 5.88:1
Card sample
#cf56ce text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf56ce;
Background color
Panel with #cf56ce background
background-color: #cf56ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf56ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf56ce; background: linear-gradient(135deg, #cf56ce, #CF567D);