#cc30eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 48, 235
HSL
290°, 82%, 56%
CMYK
13, 80, 0, 8
Luminance
0.2095
Every format
| HEX | #cc30eb |
| RGB | rgb(204, 48, 235) |
| HSL | hsl(290, 82%, 56%) |
| CMYK | cmyk(13%, 80%, 0%, 8%) |
| LAB | lab(52.9 80.7 -62.0) |
| LCH | lch(52.9 101.8 322.4) |
| OKLCH | oklch(0.630 0.272 320.1) |
Copy-ready code
/* CSS */
color: #cc30eb;
background-color: #cc30eb;
/* Tailwind (arbitrary) */
class="text-[#cc30eb] bg-[#cc30eb]"
/* SCSS */
$brand: #cc30eb;
/* SwiftUI */
Color(red: 0.800, green: 0.188, blue: 0.922)
/* Android */
Color.parseColor("#cc30eb")Accessibility — WCAG contrast
Aa
#cc30eb on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc30eb on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green18.8%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta79.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cc30eb text on a black background
contrast 5.19:1
Card sample
#cc30eb text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc30eb;
Background color
Panel with #cc30eb background
background-color: #cc30eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc30eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 48, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 48, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc30eb; background: linear-gradient(135deg, #cc30eb, #EB308D);