#c540df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
197, 64, 223
HSL
290°, 71%, 56%
CMYK
12, 71, 0, 13
Luminance
0.2086
Every format
| HEX | #c540df |
| RGB | rgb(197, 64, 223) |
| HSL | hsl(290, 71%, 56%) |
| CMYK | cmyk(12%, 71%, 0%, 13%) |
| LAB | lab(52.8 72.3 -55.5) |
| LCH | lch(52.8 91.2 322.5) |
| OKLCH | oklch(0.625 0.244 320.5) |
Copy-ready code
/* CSS */
color: #c540df;
background-color: #c540df;
/* Tailwind (arbitrary) */
class="text-[#c540df] bg-[#c540df]"
/* SCSS */
$brand: #c540df;
/* SwiftUI */
Color(red: 0.773, green: 0.251, blue: 0.875)
/* Android */
Color.parseColor("#c540df")Accessibility — WCAG contrast
Aa
#c540df on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c540df on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green25.1%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta71.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c540df text on a black background
contrast 5.17:1
Card sample
#c540df text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c540df;
Background color
Panel with #c540df background
background-color: #c540df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c540df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 64, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 64, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c540df; background: linear-gradient(135deg, #c540df, #DF408F);