#cb2cb5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 44, 181
HSL
308°, 64%, 48%
CMYK
0, 78, 11, 20
Luminance
0.1783
Every format
| HEX | #cb2cb5 |
| RGB | rgb(203, 44, 181) |
| HSL | hsl(308, 64%, 48%) |
| CMYK | cmyk(0%, 78%, 11%, 20%) |
| LAB | lab(49.3 73.0 -36.8) |
| LCH | lch(49.3 81.8 333.3) |
| OKLCH | oklch(0.594 0.236 334.7) |
Copy-ready code
/* CSS */
color: #cb2cb5;
background-color: #cb2cb5;
/* Tailwind (arbitrary) */
class="text-[#cb2cb5] bg-[#cb2cb5]"
/* SCSS */
$brand: #cb2cb5;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.710)
/* Android */
Color.parseColor("#cb2cb5")Accessibility — WCAG contrast
Aa
#cb2cb5 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2cb5 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow10.8%
Key (black)20.4%
Color previews
#cb2cb5 text on a black background
contrast 4.57:1
Card sample
#cb2cb5 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2cb5;
Background color
Panel with #cb2cb5 background
background-color: #cb2cb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2cb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2cb5; background: linear-gradient(135deg, #cb2cb5, #CB2C4B);