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