#cb28eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 40, 235
HSL
290°, 83%, 54%
CMYK
14, 83, 0, 8
Luminance
0.2021
Every format
| HEX | #cb28eb |
| RGB | rgb(203, 40, 235) |
| HSL | hsl(290, 83%, 54%) |
| CMYK | cmyk(14%, 83%, 0%, 8%) |
| LAB | lab(52.1 82.4 -63.4) |
| LCH | lch(52.1 104.0 322.5) |
| OKLCH | oklch(0.624 0.277 320.0) |
Copy-ready code
/* CSS */
color: #cb28eb;
background-color: #cb28eb;
/* Tailwind (arbitrary) */
class="text-[#cb28eb] bg-[#cb28eb]"
/* SCSS */
$brand: #cb28eb;
/* SwiftUI */
Color(red: 0.796, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#cb28eb")Accessibility — WCAG contrast
Aa
#cb28eb on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb28eb on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green15.7%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cb28eb text on a black background
contrast 5.04:1
Card sample
#cb28eb text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb28eb;
Background color
Panel with #cb28eb background
background-color: #cb28eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb28eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb28eb; background: linear-gradient(135deg, #cb28eb, #EB2889);