#cb5083
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 80, 131
HSL
335°, 54%, 56%
CMYK
0, 61, 36, 20
Luminance
0.2007
Every format
| HEX | #cb5083 |
| RGB | rgb(203, 80, 131) |
| HSL | hsl(335, 54%, 56%) |
| CMYK | cmyk(0%, 61%, 36%, 20%) |
| LAB | lab(51.9 53.6 -3.2) |
| LCH | lch(51.9 53.7 356.6) |
| OKLCH | oklch(0.607 0.164 357.3) |
Copy-ready code
/* CSS */
color: #cb5083;
background-color: #cb5083;
/* Tailwind (arbitrary) */
class="text-[#cb5083] bg-[#cb5083]"
/* SCSS */
$brand: #cb5083;
/* SwiftUI */
Color(red: 0.796, green: 0.314, blue: 0.514)
/* Android */
Color.parseColor("#cb5083")Accessibility — WCAG contrast
Aa
#cb5083 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5083 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green31.4%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow35.5%
Key (black)20.4%
Color previews
#cb5083 text on a black background
contrast 5.01:1
Card sample
#cb5083 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5083;
Background color
Panel with #cb5083 background
background-color: #cb5083;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5083;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 80, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 80, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5083; background: linear-gradient(135deg, #cb5083, #CB6F50);