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