#cb5098
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 80, 152
HSL
325°, 54%, 56%
CMYK
0, 61, 25, 20
Luminance
0.2070
Every format
| HEX | #cb5098 |
| RGB | rgb(203, 80, 152) |
| HSL | hsl(325, 54%, 56%) |
| CMYK | cmyk(0%, 61%, 25%, 20%) |
| LAB | lab(52.6 56.2 -14.6) |
| LCH | lch(52.6 58.1 345.5) |
| OKLCH | oklch(0.614 0.174 347.3) |
Copy-ready code
/* CSS */
color: #cb5098;
background-color: #cb5098;
/* Tailwind (arbitrary) */
class="text-[#cb5098] bg-[#cb5098]"
/* SCSS */
$brand: #cb5098;
/* SwiftUI */
Color(red: 0.796, green: 0.314, blue: 0.596)
/* Android */
Color.parseColor("#cb5098")Accessibility — WCAG contrast
Aa
#cb5098 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5098 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green31.4%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow25.1%
Key (black)20.4%
Color previews
#cb5098 text on a black background
contrast 5.14:1
Card sample
#cb5098 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5098;
Background color
Panel with #cb5098 background
background-color: #cb5098;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5098;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 80, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 80, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5098; background: linear-gradient(135deg, #cb5098, #CB5A50);