#cc4fff
a light, electric violet · warm · closest name: magenta
RGB
204, 79, 255
HSL
283°, 100%, 66%
CMYK
20, 69, 0, 0
Luminance
0.2565
Every format
| HEX | #cc4fff |
| RGB | rgb(204, 79, 255) |
| HSL | hsl(283, 100%, 66%) |
| CMYK | cmyk(20%, 69%, 0%, 0%) |
| LAB | lab(57.7 74.2 -65.5) |
| LCH | lch(57.7 98.9 318.6) |
| OKLCH | oklch(0.668 0.258 314.3) |
Copy-ready code
/* CSS */
color: #cc4fff;
background-color: #cc4fff;
/* Tailwind (arbitrary) */
class="text-[#cc4fff] bg-[#cc4fff]"
/* SCSS */
$brand: #cc4fff;
/* SwiftUI */
Color(red: 0.800, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#cc4fff")Accessibility — WCAG contrast
Aa
#cc4fff on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4fff on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green31.0%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cc4fff text on a black background
contrast 6.13:1
Card sample
#cc4fff text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4fff;
Background color
Panel with #cc4fff background
background-color: #cc4fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4fff; background: linear-gradient(135deg, #cc4fff, #FF4FBD);