#cb2ee5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 46, 229
HSL
292°, 78%, 54%
CMYK
11, 80, 0, 10
Luminance
0.2031
Every format
| HEX | #cb2ee5 |
| RGB | rgb(203, 46, 229) |
| HSL | hsl(292, 78%, 54%) |
| CMYK | cmyk(11%, 80%, 0%, 10%) |
| LAB | lab(52.2 80.0 -59.8) |
| LCH | lch(52.2 99.9 323.2) |
| OKLCH | oklch(0.624 0.268 321.3) |
Copy-ready code
/* CSS */
color: #cb2ee5;
background-color: #cb2ee5;
/* Tailwind (arbitrary) */
class="text-[#cb2ee5] bg-[#cb2ee5]"
/* SCSS */
$brand: #cb2ee5;
/* SwiftUI */
Color(red: 0.796, green: 0.180, blue: 0.898)
/* Android */
Color.parseColor("#cb2ee5")Accessibility — WCAG contrast
Aa
#cb2ee5 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2ee5 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.0%
Blue89.8%
CMYK percentages
Cyan11.4%
Magenta79.9%
Yellow0.0%
Key (black)10.2%
Color previews
#cb2ee5 text on a black background
contrast 5.06:1
Card sample
#cb2ee5 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2ee5;
Background color
Panel with #cb2ee5 background
background-color: #cb2ee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2ee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 46, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 46, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2ee5; background: linear-gradient(135deg, #cb2ee5, #E52E85);