#cb51cb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 81, 203
HSL
300°, 54%, 56%
CMYK
0, 60, 0, 20
Luminance
0.2289
Every format
| HEX | #cb51cb |
| RGB | rgb(203, 81, 203) |
| HSL | hsl(300, 54%, 56%) |
| CMYK | cmyk(0%, 60%, 0%, 20%) |
| LAB | lab(55.0 63.6 -40.6) |
| LCH | lch(55.0 75.5 327.4) |
| OKLCH | oklch(0.639 0.209 327.7) |
Copy-ready code
/* CSS */
color: #cb51cb;
background-color: #cb51cb;
/* Tailwind (arbitrary) */
class="text-[#cb51cb] bg-[#cb51cb]"
/* SCSS */
$brand: #cb51cb;
/* SwiftUI */
Color(red: 0.796, green: 0.318, blue: 0.796)
/* Android */
Color.parseColor("#cb51cb")Accessibility — WCAG contrast
Aa
#cb51cb on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb51cb on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green31.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow0.0%
Key (black)20.4%
Color previews
#cb51cb text on a black background
contrast 5.58:1
Card sample
#cb51cb text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb51cb;
Background color
Panel with #cb51cb background
background-color: #cb51cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb51cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 81, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 81, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb51cb; background: linear-gradient(135deg, #cb51cb, #CB517A);