#c545eb
a balanced, electric violet · warm · closest name: magenta
RGB
197, 69, 235
HSL
286°, 81%, 60%
CMYK
16, 71, 0, 8
Luminance
0.2212
Every format
| HEX | #c545eb |
| RGB | rgb(197, 69, 235) |
| HSL | hsl(286, 81%, 60%) |
| CMYK | cmyk(16%, 71%, 0%, 8%) |
| LAB | lab(54.2 72.7 -60.1) |
| LCH | lch(54.2 94.3 320.5) |
| OKLCH | oklch(0.637 0.249 317.3) |
Copy-ready code
/* CSS */
color: #c545eb;
background-color: #c545eb;
/* Tailwind (arbitrary) */
class="text-[#c545eb] bg-[#c545eb]"
/* SCSS */
$brand: #c545eb;
/* SwiftUI */
Color(red: 0.773, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#c545eb")Accessibility — WCAG contrast
Aa
#c545eb on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c545eb on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green27.1%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta70.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c545eb text on a black background
contrast 5.42:1
Card sample
#c545eb text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c545eb;
Background color
Panel with #c545eb background
background-color: #c545eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c545eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c545eb; background: linear-gradient(135deg, #c545eb, #EB45A2);