#cc4ff3
a balanced, electric violet · warm · closest name: magenta
RGB
204, 79, 243
HSL
286°, 87%, 63%
CMYK
16, 68, 0, 5
Luminance
0.2490
Every format
| HEX | #cc4ff3 |
| RGB | rgb(204, 79, 243) |
| HSL | hsl(286, 87%, 63%) |
| CMYK | cmyk(16%, 68%, 0%, 5%) |
| LAB | lab(57.0 71.8 -60.0) |
| LCH | lch(57.0 93.6 320.2) |
| OKLCH | oklch(0.660 0.247 317.0) |
Copy-ready code
/* CSS */
color: #cc4ff3;
background-color: #cc4ff3;
/* Tailwind (arbitrary) */
class="text-[#cc4ff3] bg-[#cc4ff3]"
/* SCSS */
$brand: #cc4ff3;
/* SwiftUI */
Color(red: 0.800, green: 0.310, blue: 0.953)
/* Android */
Color.parseColor("#cc4ff3")Accessibility — WCAG contrast
Aa
#cc4ff3 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4ff3 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green31.0%
Blue95.3%
CMYK percentages
Cyan16.0%
Magenta67.5%
Yellow0.0%
Key (black)4.7%
Color previews
#cc4ff3 text on a black background
contrast 5.98:1
Card sample
#cc4ff3 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4ff3;
Background color
Panel with #cc4ff3 background
background-color: #cc4ff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4ff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 79, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 79, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4ff3; background: linear-gradient(135deg, #cc4ff3, #F34FAD);