#cc33ee
a balanced, electric violet · warm · closest name: magenta
RGB
204, 51, 238
HSL
289°, 85%, 57%
CMYK
14, 79, 0, 7
Luminance
0.2138
Every format
| HEX | #cc33ee |
| RGB | rgb(204, 51, 238) |
| HSL | hsl(289, 85%, 57%) |
| CMYK | cmyk(14%, 79%, 0%, 7%) |
| LAB | lab(53.4 80.4 -63.0) |
| LCH | lch(53.4 102.1 321.9) |
| OKLCH | oklch(0.634 0.272 319.3) |
Copy-ready code
/* CSS */
color: #cc33ee;
background-color: #cc33ee;
/* Tailwind (arbitrary) */
class="text-[#cc33ee] bg-[#cc33ee]"
/* SCSS */
$brand: #cc33ee;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#cc33ee")Accessibility — WCAG contrast
Aa
#cc33ee on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc33ee on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cc33ee text on a black background
contrast 5.28:1
Card sample
#cc33ee text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc33ee;
Background color
Panel with #cc33ee background
background-color: #cc33ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc33ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc33ee; background: linear-gradient(135deg, #cc33ee, #EE3393);