#cb50cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 80, 207
HSL
298°, 57%, 56%
CMYK
2, 61, 0, 19
Luminance
0.2294
Every format
| HEX | #cb50cf |
| RGB | rgb(203, 80, 207) |
| HSL | hsl(298, 57%, 56%) |
| CMYK | cmyk(2%, 61%, 0%, 19%) |
| LAB | lab(55.0 64.7 -42.8) |
| LCH | lch(55.0 77.6 326.5) |
| OKLCH | oklch(0.640 0.214 326.5) |
Copy-ready code
/* CSS */
color: #cb50cf;
background-color: #cb50cf;
/* Tailwind (arbitrary) */
class="text-[#cb50cf] bg-[#cb50cf]"
/* SCSS */
$brand: #cb50cf;
/* SwiftUI */
Color(red: 0.796, green: 0.314, blue: 0.812)
/* Android */
Color.parseColor("#cb50cf")Accessibility — WCAG contrast
Aa
#cb50cf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb50cf on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green31.4%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta61.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cb50cf text on a black background
contrast 5.59:1
Card sample
#cb50cf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb50cf;
Background color
Panel with #cb50cf background
background-color: #cb50cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb50cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 80, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 80, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb50cf; background: linear-gradient(135deg, #cb50cf, #CF507E);