#c548c9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 72, 201
HSL
298°, 54%, 54%
CMYK
2, 64, 0, 21
Luminance
0.2072
Every format
| HEX | #c548c9 |
| RGB | rgb(197, 72, 201) |
| HSL | hsl(298, 54%, 54%) |
| CMYK | cmyk(2%, 64%, 0%, 21%) |
| LAB | lab(52.6 65.5 -43.2) |
| LCH | lch(52.6 78.4 326.6) |
| OKLCH | oklch(0.620 0.217 326.5) |
Copy-ready code
/* CSS */
color: #c548c9;
background-color: #c548c9;
/* Tailwind (arbitrary) */
class="text-[#c548c9] bg-[#c548c9]"
/* SCSS */
$brand: #c548c9;
/* SwiftUI */
Color(red: 0.773, green: 0.282, blue: 0.788)
/* Android */
Color.parseColor("#c548c9")Accessibility — WCAG contrast
Aa
#c548c9 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c548c9 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green28.2%
Blue78.8%
CMYK percentages
Cyan2.0%
Magenta64.2%
Yellow0.0%
Key (black)21.2%
Color previews
#c548c9 text on a black background
contrast 5.14:1
Card sample
#c548c9 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c548c9;
Background color
Panel with #c548c9 background
background-color: #c548c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c548c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 72, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 72, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c548c9; background: linear-gradient(135deg, #c548c9, #C94877);