#c048fd
a balanced, electric violet · warm · closest name: magenta
RGB
192, 72, 253
HSL
280°, 98%, 64%
CMYK
24, 72, 0, 1
Luminance
0.2293
Every format
| HEX | #c048fd |
| RGB | rgb(192, 72, 253) |
| HSL | hsl(280, 98%, 64%) |
| CMYK | cmyk(24%, 72%, 0%, 1%) |
| LAB | lab(55.0 74.1 -68.8) |
| LCH | lch(55.0 101.1 317.1) |
| OKLCH | oklch(0.645 0.260 311.5) |
Copy-ready code
/* CSS */
color: #c048fd;
background-color: #c048fd;
/* Tailwind (arbitrary) */
class="text-[#c048fd] bg-[#c048fd]"
/* SCSS */
$brand: #c048fd;
/* SwiftUI */
Color(red: 0.753, green: 0.282, blue: 0.992)
/* Android */
Color.parseColor("#c048fd")Accessibility — WCAG contrast
Aa
#c048fd on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c048fd on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green28.2%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta71.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c048fd text on a black background
contrast 5.59:1
Card sample
#c048fd text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c048fd;
Background color
Panel with #c048fd background
background-color: #c048fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c048fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 72, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 72, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c048fd; background: linear-gradient(135deg, #c048fd, #FD48C1);