#cb2ce3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 44, 227
HSL
292°, 77%, 53%
CMYK
11, 81, 0, 11
Luminance
0.2004
Every format
| HEX | #cb2ce3 |
| RGB | rgb(203, 44, 227) |
| HSL | hsl(292, 77%, 53%) |
| CMYK | cmyk(11%, 81%, 0%, 11%) |
| LAB | lab(51.9 80.2 -59.1) |
| LCH | lch(51.9 99.6 323.6) |
| OKLCH | oklch(0.621 0.268 321.8) |
Copy-ready code
/* CSS */
color: #cb2ce3;
background-color: #cb2ce3;
/* Tailwind (arbitrary) */
class="text-[#cb2ce3] bg-[#cb2ce3]"
/* SCSS */
$brand: #cb2ce3;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.890)
/* Android */
Color.parseColor("#cb2ce3")Accessibility — WCAG contrast
Aa
#cb2ce3 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2ce3 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue89.0%
CMYK percentages
Cyan10.6%
Magenta80.6%
Yellow0.0%
Key (black)11.0%
Color previews
#cb2ce3 text on a black background
contrast 5.01:1
Card sample
#cb2ce3 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2ce3;
Background color
Panel with #cb2ce3 background
background-color: #cb2ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2ce3; background: linear-gradient(135deg, #cb2ce3, #E32C81);