#c548fd
a balanced, electric violet · warm · closest name: magenta
RGB
197, 72, 253
HSL
281°, 98%, 64%
CMYK
22, 72, 0, 1
Luminance
0.2360
Every format
| HEX | #c548fd |
| RGB | rgb(197, 72, 253) |
| HSL | hsl(281, 98%, 64%) |
| CMYK | cmyk(22%, 72%, 0%, 1%) |
| LAB | lab(55.7 75.1 -67.7) |
| LCH | lch(55.7 101.0 318.0) |
| OKLCH | oklch(0.651 0.261 313.0) |
Copy-ready code
/* CSS */
color: #c548fd;
background-color: #c548fd;
/* Tailwind (arbitrary) */
class="text-[#c548fd] bg-[#c548fd]"
/* SCSS */
$brand: #c548fd;
/* SwiftUI */
Color(red: 0.773, green: 0.282, blue: 0.992)
/* Android */
Color.parseColor("#c548fd")Accessibility — WCAG contrast
Aa
#c548fd on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c548fd on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green28.2%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta71.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c548fd text on a black background
contrast 5.72:1
Card sample
#c548fd text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c548fd;
Background color
Panel with #c548fd background
background-color: #c548fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c548fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 72, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 72, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c548fd; background: linear-gradient(135deg, #c548fd, #FD48BC);