#cb56cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 86, 207
HSL
298°, 56%, 58%
CMYK
2, 59, 0, 19
Luminance
0.2386
Every format
| HEX | #cb56cf |
| RGB | rgb(203, 86, 207) |
| HSL | hsl(298, 56%, 58%) |
| CMYK | cmyk(2%, 59%, 0%, 19%) |
| LAB | lab(56.0 62.1 -41.3) |
| LCH | lch(56.0 74.6 326.4) |
| OKLCH | oklch(0.646 0.206 326.3) |
Copy-ready code
/* CSS */
color: #cb56cf;
background-color: #cb56cf;
/* Tailwind (arbitrary) */
class="text-[#cb56cf] bg-[#cb56cf]"
/* SCSS */
$brand: #cb56cf;
/* SwiftUI */
Color(red: 0.796, green: 0.337, blue: 0.812)
/* Android */
Color.parseColor("#cb56cf")Accessibility — WCAG contrast
Aa
#cb56cf on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb56cf on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green33.7%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta58.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cb56cf text on a black background
contrast 5.77:1
Card sample
#cb56cf text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb56cf;
Background color
Panel with #cb56cf background
background-color: #cb56cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb56cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 86, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 86, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb56cf; background: linear-gradient(135deg, #cb56cf, #CF5682);