#cc44f5
a balanced, electric violet · warm · closest name: magenta
RGB
204, 68, 245
HSL
286°, 90%, 61%
CMYK
17, 72, 0, 4
Luminance
0.2356
Every format
| HEX | #cc44f5 |
| RGB | rgb(204, 68, 245) |
| HSL | hsl(286, 90%, 61%) |
| CMYK | cmyk(17%, 72%, 0%, 4%) |
| LAB | lab(55.6 76.3 -63.2) |
| LCH | lch(55.6 99.1 320.4) |
| OKLCH | oklch(0.651 0.261 317.1) |
Copy-ready code
/* CSS */
color: #cc44f5;
background-color: #cc44f5;
/* Tailwind (arbitrary) */
class="text-[#cc44f5] bg-[#cc44f5]"
/* SCSS */
$brand: #cc44f5;
/* SwiftUI */
Color(red: 0.800, green: 0.267, blue: 0.961)
/* Android */
Color.parseColor("#cc44f5")Accessibility — WCAG contrast
Aa
#cc44f5 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc44f5 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green26.7%
Blue96.1%
CMYK percentages
Cyan16.7%
Magenta72.2%
Yellow0.0%
Key (black)3.9%
Color previews
#cc44f5 text on a black background
contrast 5.71:1
Card sample
#cc44f5 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc44f5;
Background color
Panel with #cc44f5 background
background-color: #cc44f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc44f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 68, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 68, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc44f5; background: linear-gradient(135deg, #cc44f5, #F544A8);