#cb2fe3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 47, 227
HSL
292°, 76%, 54%
CMYK
11, 79, 0, 11
Luminance
0.2028
Every format
| HEX | #cb2fe3 |
| RGB | rgb(203, 47, 227) |
| HSL | hsl(292, 76%, 54%) |
| CMYK | cmyk(11%, 79%, 0%, 11%) |
| LAB | lab(52.1 79.4 -58.7) |
| LCH | lch(52.1 98.8 323.5) |
| OKLCH | oklch(0.623 0.266 321.8) |
Copy-ready code
/* CSS */
color: #cb2fe3;
background-color: #cb2fe3;
/* Tailwind (arbitrary) */
class="text-[#cb2fe3] bg-[#cb2fe3]"
/* SCSS */
$brand: #cb2fe3;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.890)
/* Android */
Color.parseColor("#cb2fe3")Accessibility — WCAG contrast
Aa
#cb2fe3 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2fe3 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue89.0%
CMYK percentages
Cyan10.6%
Magenta79.3%
Yellow0.0%
Key (black)11.0%
Color previews
#cb2fe3 text on a black background
contrast 5.06:1
Card sample
#cb2fe3 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2fe3;
Background color
Panel with #cb2fe3 background
background-color: #cb2fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2fe3; background: linear-gradient(135deg, #cb2fe3, #E32F83);