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