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