#cb4ba2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 75, 162
HSL
319°, 55%, 55%
CMYK
0, 63, 20, 20
Luminance
0.2034
Every format
| HEX | #cb4ba2 |
| RGB | rgb(203, 75, 162) |
| HSL | hsl(319, 55%, 55%) |
| CMYK | cmyk(0%, 63%, 20%, 20%) |
| LAB | lab(52.2 59.7 -21.1) |
| LCH | lch(52.2 63.3 340.5) |
| OKLCH | oklch(0.613 0.187 342.5) |
Copy-ready code
/* CSS */
color: #cb4ba2;
background-color: #cb4ba2;
/* Tailwind (arbitrary) */
class="text-[#cb4ba2] bg-[#cb4ba2]"
/* SCSS */
$brand: #cb4ba2;
/* SwiftUI */
Color(red: 0.796, green: 0.294, blue: 0.635)
/* Android */
Color.parseColor("#cb4ba2")Accessibility — WCAG contrast
Aa
#cb4ba2 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4ba2 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green29.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow20.2%
Key (black)20.4%
Color previews
#cb4ba2 text on a black background
contrast 5.07:1
Card sample
#cb4ba2 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4ba2;
Background color
Panel with #cb4ba2 background
background-color: #cb4ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 75, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 75, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4ba2; background: linear-gradient(135deg, #cb4ba2, #CB4B4D);