#cb2ce7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 44, 231
HSL
291°, 80%, 54%
CMYK
12, 81, 0, 9
Luminance
0.2027
Every format
| HEX | #cb2ce7 |
| RGB | rgb(203, 44, 231) |
| HSL | hsl(291, 80%, 54%) |
| CMYK | cmyk(12%, 81%, 0%, 9%) |
| LAB | lab(52.1 80.8 -61.0) |
| LCH | lch(52.1 101.3 323.0) |
| OKLCH | oklch(0.624 0.271 320.9) |
Copy-ready code
/* CSS */
color: #cb2ce7;
background-color: #cb2ce7;
/* Tailwind (arbitrary) */
class="text-[#cb2ce7] bg-[#cb2ce7]"
/* SCSS */
$brand: #cb2ce7;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.906)
/* Android */
Color.parseColor("#cb2ce7")Accessibility — WCAG contrast
Aa
#cb2ce7 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2ce7 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue90.6%
CMYK percentages
Cyan12.1%
Magenta81.0%
Yellow0.0%
Key (black)9.4%
Color previews
#cb2ce7 text on a black background
contrast 5.05:1
Card sample
#cb2ce7 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2ce7;
Background color
Panel with #cb2ce7 background
background-color: #cb2ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2ce7; background: linear-gradient(135deg, #cb2ce7, #E72C86);