#cf56d2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 86, 210
HSL
299°, 58%, 58%
CMYK
1, 59, 0, 18
Luminance
0.2457
Every format
| HEX | #cf56d2 |
| RGB | rgb(207, 86, 210) |
| HSL | hsl(299, 58%, 58%) |
| CMYK | cmyk(1%, 59%, 0%, 18%) |
| LAB | lab(56.7 63.6 -41.9) |
| LCH | lch(56.7 76.2 326.7) |
| OKLCH | oklch(0.653 0.211 326.7) |
Copy-ready code
/* CSS */
color: #cf56d2;
background-color: #cf56d2;
/* Tailwind (arbitrary) */
class="text-[#cf56d2] bg-[#cf56d2]"
/* SCSS */
$brand: #cf56d2;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.824)
/* Android */
Color.parseColor("#cf56d2")Accessibility — WCAG contrast
Aa
#cf56d2 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf56d2 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta59.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cf56d2 text on a black background
contrast 5.91:1
Card sample
#cf56d2 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf56d2;
Background color
Panel with #cf56d2 background
background-color: #cf56d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf56d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf56d2; background: linear-gradient(135deg, #cf56d2, #D25682);