#c545fd
a balanced, electric violet · warm · closest name: magenta
RGB
197, 69, 253
HSL
282°, 98%, 63%
CMYK
22, 73, 0, 1
Luminance
0.2322
Every format
| HEX | #c545fd |
| RGB | rgb(197, 69, 253) |
| HSL | hsl(282, 98%, 63%) |
| CMYK | cmyk(22%, 73%, 0%, 1%) |
| LAB | lab(55.3 76.2 -68.3) |
| LCH | lch(55.3 102.3 318.1) |
| OKLCH | oklch(0.649 0.265 313.2) |
Copy-ready code
/* CSS */
color: #c545fd;
background-color: #c545fd;
/* Tailwind (arbitrary) */
class="text-[#c545fd] bg-[#c545fd]"
/* SCSS */
$brand: #c545fd;
/* SwiftUI */
Color(red: 0.773, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#c545fd")Accessibility — WCAG contrast
Aa
#c545fd on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c545fd on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green27.1%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c545fd text on a black background
contrast 5.64:1
Card sample
#c545fd text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c545fd;
Background color
Panel with #c545fd background
background-color: #c545fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c545fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c545fd; background: linear-gradient(135deg, #c545fd, #FD45BA);