#cf56ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 86, 186
HSL
310°, 56%, 58%
CMYK
0, 59, 10, 19
Luminance
0.2347
Every format
| HEX | #cf56ba |
| RGB | rgb(207, 86, 186) |
| HSL | hsl(310, 56%, 58%) |
| CMYK | cmyk(0%, 59%, 10%, 19%) |
| LAB | lab(55.5 59.7 -29.9) |
| LCH | lch(55.5 66.7 333.4) |
| OKLCH | oklch(0.642 0.191 334.9) |
Copy-ready code
/* CSS */
color: #cf56ba;
background-color: #cf56ba;
/* Tailwind (arbitrary) */
class="text-[#cf56ba] bg-[#cf56ba]"
/* SCSS */
$brand: #cf56ba;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.729)
/* Android */
Color.parseColor("#cf56ba")Accessibility — WCAG contrast
Aa
#cf56ba on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf56ba on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow10.1%
Key (black)18.8%
Color previews
#cf56ba text on a black background
contrast 5.69:1
Card sample
#cf56ba text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf56ba;
Background color
Panel with #cf56ba background
background-color: #cf56ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf56ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf56ba; background: linear-gradient(135deg, #cf56ba, #CF566A);