#cc48f1
a balanced, electric violet · warm · closest name: magenta
RGB
204, 72, 241
HSL
287°, 86%, 61%
CMYK
15, 70, 0, 6
Luminance
0.2382
Every format
| HEX | #cc48f1 |
| RGB | rgb(204, 72, 241) |
| HSL | hsl(287, 86%, 61%) |
| CMYK | cmyk(15%, 70%, 0%, 6%) |
| LAB | lab(55.9 74.2 -60.5) |
| LCH | lch(55.9 95.7 320.8) |
| OKLCH | oklch(0.652 0.253 317.9) |
Copy-ready code
/* CSS */
color: #cc48f1;
background-color: #cc48f1;
/* Tailwind (arbitrary) */
class="text-[#cc48f1] bg-[#cc48f1]"
/* SCSS */
$brand: #cc48f1;
/* SwiftUI */
Color(red: 0.800, green: 0.282, blue: 0.945)
/* Android */
Color.parseColor("#cc48f1")Accessibility — WCAG contrast
Aa
#cc48f1 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc48f1 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green28.2%
Blue94.5%
CMYK percentages
Cyan15.4%
Magenta70.1%
Yellow0.0%
Key (black)5.5%
Color previews
#cc48f1 text on a black background
contrast 5.76:1
Card sample
#cc48f1 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc48f1;
Background color
Panel with #cc48f1 background
background-color: #cc48f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc48f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 72, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 72, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc48f1; background: linear-gradient(135deg, #cc48f1, #F148A5);