#c53df9
a balanced, electric violet · warm · closest name: magenta
RGB
197, 61, 249
HSL
283°, 94%, 61%
CMYK
21, 76, 0, 2
Luminance
0.2205
Every format
| HEX | #c53df9 |
| RGB | rgb(197, 61, 249) |
| HSL | hsl(283, 94%, 61%) |
| CMYK | cmyk(21%, 76%, 0%, 2%) |
| LAB | lab(54.1 78.1 -68.0) |
| LCH | lch(54.1 103.6 319.0) |
| OKLCH | oklch(0.639 0.269 314.4) |
Copy-ready code
/* CSS */
color: #c53df9;
background-color: #c53df9;
/* Tailwind (arbitrary) */
class="text-[#c53df9] bg-[#c53df9]"
/* SCSS */
$brand: #c53df9;
/* SwiftUI */
Color(red: 0.773, green: 0.239, blue: 0.976)
/* Android */
Color.parseColor("#c53df9")Accessibility — WCAG contrast
Aa
#c53df9 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c53df9 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green23.9%
Blue97.6%
CMYK percentages
Cyan20.9%
Magenta75.5%
Yellow0.0%
Key (black)2.4%
Color previews
#c53df9 text on a black background
contrast 5.41:1
Card sample
#c53df9 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53df9;
Background color
Panel with #c53df9 background
background-color: #c53df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 61, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 61, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53df9; background: linear-gradient(135deg, #c53df9, #F93DB0);