#cc4cef
a balanced, electric violet · warm · closest name: magenta
RGB
204, 76, 239
HSL
287°, 84%, 62%
CMYK
15, 68, 0, 6
Luminance
0.2424
Every format
| HEX | #cc4cef |
| RGB | rgb(204, 76, 239) |
| HSL | hsl(287, 84%, 62%) |
| CMYK | cmyk(15%, 68%, 0%, 6%) |
| LAB | lab(56.3 72.3 -58.8) |
| LCH | lch(56.3 93.2 320.9) |
| OKLCH | oklch(0.655 0.247 318.2) |
Copy-ready code
/* CSS */
color: #cc4cef;
background-color: #cc4cef;
/* Tailwind (arbitrary) */
class="text-[#cc4cef] bg-[#cc4cef]"
/* SCSS */
$brand: #cc4cef;
/* SwiftUI */
Color(red: 0.800, green: 0.298, blue: 0.937)
/* Android */
Color.parseColor("#cc4cef")Accessibility — WCAG contrast
Aa
#cc4cef on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4cef on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green29.8%
Blue93.7%
CMYK percentages
Cyan14.6%
Magenta68.2%
Yellow0.0%
Key (black)6.3%
Color previews
#cc4cef text on a black background
contrast 5.85:1
Card sample
#cc4cef text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4cef;
Background color
Panel with #cc4cef background
background-color: #cc4cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 76, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 76, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4cef; background: linear-gradient(135deg, #cc4cef, #EF4CA5);