#c54fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
197, 79, 223
HSL
289°, 69%, 59%
CMYK
12, 65, 0, 13
Luminance
0.2279
Every format
| HEX | #c54fdf |
| RGB | rgb(197, 79, 223) |
| HSL | hsl(289, 69%, 59%) |
| CMYK | cmyk(12%, 65%, 0%, 13%) |
| LAB | lab(54.9 66.6 -52.2) |
| LCH | lch(54.9 84.6 321.9) |
| OKLCH | oklch(0.640 0.227 319.9) |
Copy-ready code
/* CSS */
color: #c54fdf;
background-color: #c54fdf;
/* Tailwind (arbitrary) */
class="text-[#c54fdf] bg-[#c54fdf]"
/* SCSS */
$brand: #c54fdf;
/* SwiftUI */
Color(red: 0.773, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#c54fdf")Accessibility — WCAG contrast
Aa
#c54fdf on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c54fdf on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green31.0%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c54fdf text on a black background
contrast 5.56:1
Card sample
#c54fdf text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c54fdf;
Background color
Panel with #c54fdf background
background-color: #c54fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c54fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c54fdf; background: linear-gradient(135deg, #c54fdf, #DF4F99);