#cc00ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 0, 238
HSL
291°, 100%, 47%
CMYK
14, 100, 0, 7
Luminance
0.1901
Every format
| HEX | #cc00ee |
| RGB | rgb(204, 0, 238) |
| HSL | hsl(291, 100%, 47%) |
| CMYK | cmyk(14%, 100%, 0%, 7%) |
| LAB | lab(50.7 88.2 -67.3) |
| LCH | lch(50.7 110.9 322.7) |
| OKLCH | oklch(0.615 0.295 320.1) |
Copy-ready code
/* CSS */
color: #cc00ee;
background-color: #cc00ee;
/* Tailwind (arbitrary) */
class="text-[#cc00ee] bg-[#cc00ee]"
/* SCSS */
$brand: #cc00ee;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.933)
/* Android */
Color.parseColor("#cc00ee")Accessibility — WCAG contrast
Aa
#cc00ee on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc00ee on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta100.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cc00ee text on a black background
contrast 4.80:1
Card sample
#cc00ee text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc00ee;
Background color
Panel with #cc00ee background
background-color: #cc00ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc00ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc00ee; background: linear-gradient(135deg, #cc00ee, #EE0072);