#cc28eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 40, 235
HSL
291°, 83%, 54%
CMYK
13, 83, 0, 8
Luminance
0.2035
Every format
| HEX | #cc28eb |
| RGB | rgb(204, 40, 235) |
| HSL | hsl(291, 83%, 54%) |
| CMYK | cmyk(13%, 83%, 0%, 8%) |
| LAB | lab(52.2 82.6 -63.1) |
| LCH | lch(52.2 103.9 322.6) |
| OKLCH | oklch(0.625 0.278 320.3) |
Copy-ready code
/* CSS */
color: #cc28eb;
background-color: #cc28eb;
/* Tailwind (arbitrary) */
class="text-[#cc28eb] bg-[#cc28eb]"
/* SCSS */
$brand: #cc28eb;
/* SwiftUI */
Color(red: 0.800, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#cc28eb")Accessibility — WCAG contrast
Aa
#cc28eb on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc28eb on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green15.7%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cc28eb text on a black background
contrast 5.07:1
Card sample
#cc28eb text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc28eb;
Background color
Panel with #cc28eb background
background-color: #cc28eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc28eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc28eb; background: linear-gradient(135deg, #cc28eb, #EB2888);