#c54eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 78, 179
HSL
309°, 51%, 54%
CMYK
0, 60, 9, 23
Luminance
0.2057
Every format
| HEX | #c54eb3 |
| RGB | rgb(197, 78, 179) |
| HSL | hsl(309, 51%, 54%) |
| CMYK | cmyk(0%, 60%, 9%, 23%) |
| LAB | lab(52.5 59.4 -30.7) |
| LCH | lch(52.5 66.8 332.6) |
| OKLCH | oklch(0.615 0.191 334.0) |
Copy-ready code
/* CSS */
color: #c54eb3;
background-color: #c54eb3;
/* Tailwind (arbitrary) */
class="text-[#c54eb3] bg-[#c54eb3]"
/* SCSS */
$brand: #c54eb3;
/* SwiftUI */
Color(red: 0.773, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#c54eb3")Accessibility — WCAG contrast
Aa
#c54eb3 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c54eb3 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow9.1%
Key (black)22.7%
Color previews
#c54eb3 text on a black background
contrast 5.11:1
Card sample
#c54eb3 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c54eb3;
Background color
Panel with #c54eb3 background
background-color: #c54eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c54eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c54eb3; background: linear-gradient(135deg, #c54eb3, #C54E64);