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