#c548cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 72, 207
HSL
296°, 58%, 55%
CMYK
5, 65, 0, 19
Luminance
0.2101
Every format
| HEX | #c548cf |
| RGB | rgb(197, 72, 207) |
| HSL | hsl(296, 58%, 55%) |
| CMYK | cmyk(5%, 65%, 0%, 19%) |
| LAB | lab(53.0 66.5 -46.1) |
| LCH | lch(53.0 80.9 325.3) |
| OKLCH | oklch(0.623 0.222 324.7) |
Copy-ready code
/* CSS */
color: #c548cf;
background-color: #c548cf;
/* Tailwind (arbitrary) */
class="text-[#c548cf] bg-[#c548cf]"
/* SCSS */
$brand: #c548cf;
/* SwiftUI */
Color(red: 0.773, green: 0.282, blue: 0.812)
/* Android */
Color.parseColor("#c548cf")Accessibility — WCAG contrast
Aa
#c548cf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c548cf on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green28.2%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta65.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c548cf text on a black background
contrast 5.20:1
Card sample
#c548cf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c548cf;
Background color
Panel with #c548cf background
background-color: #c548cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c548cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 72, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 72, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c548cf; background: linear-gradient(135deg, #c548cf, #CF487F);