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