#cf56ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 86, 172
HSL
317°, 56%, 58%
CMYK
0, 59, 17, 19
Luminance
0.2290
Every format
| HEX | #cf56ac |
| RGB | rgb(207, 86, 172) |
| HSL | hsl(317, 56%, 58%) |
| CMYK | cmyk(0%, 59%, 17%, 19%) |
| LAB | lab(55.0 57.5 -22.7) |
| LCH | lch(55.0 61.8 338.5) |
| OKLCH | oklch(0.635 0.181 340.4) |
Copy-ready code
/* CSS */
color: #cf56ac;
background-color: #cf56ac;
/* Tailwind (arbitrary) */
class="text-[#cf56ac] bg-[#cf56ac]"
/* SCSS */
$brand: #cf56ac;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.675)
/* Android */
Color.parseColor("#cf56ac")Accessibility — WCAG contrast
Aa
#cf56ac on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf56ac on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow16.9%
Key (black)18.8%
Color previews
#cf56ac text on a black background
contrast 5.58:1
Card sample
#cf56ac text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf56ac;
Background color
Panel with #cf56ac background
background-color: #cf56ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf56ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf56ac; background: linear-gradient(135deg, #cf56ac, #CF565B);