#c549eb
a balanced, electric violet · warm · closest name: magenta
RGB
197, 73, 235
HSL
286°, 80%, 60%
CMYK
16, 69, 0, 8
Luminance
0.2263
Every format
| HEX | #c549eb |
| RGB | rgb(197, 73, 235) |
| HSL | hsl(286, 80%, 60%) |
| CMYK | cmyk(16%, 69%, 0%, 8%) |
| LAB | lab(54.7 71.2 -59.2) |
| LCH | lch(54.7 92.6 320.3) |
| OKLCH | oklch(0.641 0.244 317.1) |
Copy-ready code
/* CSS */
color: #c549eb;
background-color: #c549eb;
/* Tailwind (arbitrary) */
class="text-[#c549eb] bg-[#c549eb]"
/* SCSS */
$brand: #c549eb;
/* SwiftUI */
Color(red: 0.773, green: 0.286, blue: 0.922)
/* Android */
Color.parseColor("#c549eb")Accessibility — WCAG contrast
Aa
#c549eb on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c549eb on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green28.6%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta68.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c549eb text on a black background
contrast 5.53:1
Card sample
#c549eb text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c549eb;
Background color
Panel with #c549eb background
background-color: #c549eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c549eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 73, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 73, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c549eb; background: linear-gradient(135deg, #c549eb, #EB49A5);