#cc44ee
a balanced, electric violet · warm · closest name: magenta
RGB
204, 68, 238
HSL
288°, 83%, 60%
CMYK
14, 71, 0, 7
Luminance
0.2314
Every format
| HEX | #cc44ee |
| RGB | rgb(204, 68, 238) |
| HSL | hsl(288, 83%, 60%) |
| CMYK | cmyk(14%, 71%, 0%, 7%) |
| LAB | lab(55.2 75.0 -60.0) |
| LCH | lch(55.2 96.1 321.4) |
| OKLCH | oklch(0.647 0.255 318.7) |
Copy-ready code
/* CSS */
color: #cc44ee;
background-color: #cc44ee;
/* Tailwind (arbitrary) */
class="text-[#cc44ee] bg-[#cc44ee]"
/* SCSS */
$brand: #cc44ee;
/* SwiftUI */
Color(red: 0.800, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#cc44ee")Accessibility — WCAG contrast
Aa
#cc44ee on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc44ee on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green26.7%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cc44ee text on a black background
contrast 5.63:1
Card sample
#cc44ee text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc44ee;
Background color
Panel with #cc44ee background
background-color: #cc44ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc44ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc44ee; background: linear-gradient(135deg, #cc44ee, #EE449F);