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