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