#cb2eb1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 46, 177
HSL
310°, 63%, 49%
CMYK
0, 77, 13, 20
Luminance
0.1782
Every format
| HEX | #cb2eb1 |
| RGB | rgb(203, 46, 177) |
| HSL | hsl(310, 63%, 49%) |
| CMYK | cmyk(0%, 77%, 13%, 20%) |
| LAB | lab(49.3 71.9 -34.5) |
| LCH | lch(49.3 79.8 334.4) |
| OKLCH | oklch(0.594 0.231 336.0) |
Copy-ready code
/* CSS */
color: #cb2eb1;
background-color: #cb2eb1;
/* Tailwind (arbitrary) */
class="text-[#cb2eb1] bg-[#cb2eb1]"
/* SCSS */
$brand: #cb2eb1;
/* SwiftUI */
Color(red: 0.796, green: 0.180, blue: 0.694)
/* Android */
Color.parseColor("#cb2eb1")Accessibility — WCAG contrast
Aa
#cb2eb1 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2eb1 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow12.8%
Key (black)20.4%
Color previews
#cb2eb1 text on a black background
contrast 4.56:1
Card sample
#cb2eb1 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2eb1;
Background color
Panel with #cb2eb1 background
background-color: #cb2eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 46, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 46, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2eb1; background: linear-gradient(135deg, #cb2eb1, #CB2E48);