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