#cc37eb
a balanced, electric violet · warm · closest name: magenta
RGB
204, 55, 235
HSL
290°, 82%, 57%
CMYK
13, 77, 0, 8
Luminance
0.2157
Every format
| HEX | #cc37eb |
| RGB | rgb(204, 55, 235) |
| HSL | hsl(290, 82%, 57%) |
| CMYK | cmyk(13%, 77%, 0%, 8%) |
| LAB | lab(53.6 78.7 -61.0) |
| LCH | lch(53.6 99.6 322.3) |
| OKLCH | oklch(0.635 0.266 319.9) |
Copy-ready code
/* CSS */
color: #cc37eb;
background-color: #cc37eb;
/* Tailwind (arbitrary) */
class="text-[#cc37eb] bg-[#cc37eb]"
/* SCSS */
$brand: #cc37eb;
/* SwiftUI */
Color(red: 0.800, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#cc37eb")Accessibility — WCAG contrast
Aa
#cc37eb on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc37eb on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green21.6%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cc37eb text on a black background
contrast 5.31:1
Card sample
#cc37eb text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc37eb;
Background color
Panel with #cc37eb background
background-color: #cc37eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc37eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc37eb; background: linear-gradient(135deg, #cc37eb, #EB3792);