#cb2ce5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 44, 229
HSL
292°, 78%, 54%
CMYK
11, 81, 0, 10
Luminance
0.2016
Every format
| HEX | #cb2ce5 |
| RGB | rgb(203, 44, 229) |
| HSL | hsl(292, 78%, 54%) |
| CMYK | cmyk(11%, 81%, 0%, 10%) |
| LAB | lab(52.0 80.5 -60.1) |
| LCH | lch(52.0 100.5 323.3) |
| OKLCH | oklch(0.622 0.270 321.4) |
Copy-ready code
/* CSS */
color: #cb2ce5;
background-color: #cb2ce5;
/* Tailwind (arbitrary) */
class="text-[#cb2ce5] bg-[#cb2ce5]"
/* SCSS */
$brand: #cb2ce5;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.898)
/* Android */
Color.parseColor("#cb2ce5")Accessibility — WCAG contrast
Aa
#cb2ce5 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2ce5 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue89.8%
CMYK percentages
Cyan11.4%
Magenta80.8%
Yellow0.0%
Key (black)10.2%
Color previews
#cb2ce5 text on a black background
contrast 5.03:1
Card sample
#cb2ce5 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2ce5;
Background color
Panel with #cb2ce5 background
background-color: #cb2ce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2ce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2ce5; background: linear-gradient(135deg, #cb2ce5, #E52C83);