#c044ff
a balanced, electric violet · warm · closest name: magenta
RGB
192, 68, 255
HSL
280°, 100%, 63%
CMYK
25, 73, 0, 0
Luminance
0.2256
Every format
| HEX | #c044ff |
| RGB | rgb(192, 68, 255) |
| HSL | hsl(280, 100%, 63%) |
| CMYK | cmyk(25%, 73%, 0%, 0%) |
| LAB | lab(54.6 76.0 -70.5) |
| LCH | lch(54.6 103.7 317.1) |
| OKLCH | oklch(0.643 0.266 311.3) |
Copy-ready code
/* CSS */
color: #c044ff;
background-color: #c044ff;
/* Tailwind (arbitrary) */
class="text-[#c044ff] bg-[#c044ff]"
/* SCSS */
$brand: #c044ff;
/* SwiftUI */
Color(red: 0.753, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#c044ff")Accessibility — WCAG contrast
Aa
#c044ff on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c044ff on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green26.7%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#c044ff text on a black background
contrast 5.51:1
Card sample
#c044ff text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c044ff;
Background color
Panel with #c044ff background
background-color: #c044ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c044ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c044ff; background: linear-gradient(135deg, #c044ff, #FF44C1);