#c54bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
197, 75, 223
HSL
290°, 70%, 58%
CMYK
12, 66, 0, 13
Luminance
0.2223
Every format
| HEX | #c54bdf |
| RGB | rgb(197, 75, 223) |
| HSL | hsl(290, 70%, 58%) |
| CMYK | cmyk(12%, 66%, 0%, 13%) |
| LAB | lab(54.3 68.2 -53.1) |
| LCH | lch(54.3 86.5 322.1) |
| OKLCH | oklch(0.635 0.232 320.1) |
Copy-ready code
/* CSS */
color: #c54bdf;
background-color: #c54bdf;
/* Tailwind (arbitrary) */
class="text-[#c54bdf] bg-[#c54bdf]"
/* SCSS */
$brand: #c54bdf;
/* SwiftUI */
Color(red: 0.773, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#c54bdf")Accessibility — WCAG contrast
Aa
#c54bdf on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c54bdf on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green29.4%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c54bdf text on a black background
contrast 5.45:1
Card sample
#c54bdf text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c54bdf;
Background color
Panel with #c54bdf background
background-color: #c54bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c54bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c54bdf; background: linear-gradient(135deg, #c54bdf, #DF4B96);