#c548c7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 72, 199
HSL
299°, 53%, 53%
CMYK
1, 64, 0, 22
Luminance
0.2063
Every format
| HEX | #c548c7 |
| RGB | rgb(197, 72, 199) |
| HSL | hsl(299, 53%, 53%) |
| CMYK | cmyk(1%, 64%, 0%, 22%) |
| LAB | lab(52.5 65.2 -42.2) |
| LCH | lch(52.5 77.6 327.1) |
| OKLCH | oklch(0.619 0.215 327.2) |
Copy-ready code
/* CSS */
color: #c548c7;
background-color: #c548c7;
/* Tailwind (arbitrary) */
class="text-[#c548c7] bg-[#c548c7]"
/* SCSS */
$brand: #c548c7;
/* SwiftUI */
Color(red: 0.773, green: 0.282, blue: 0.780)
/* Android */
Color.parseColor("#c548c7")Accessibility — WCAG contrast
Aa
#c548c7 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c548c7 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green28.2%
Blue78.0%
CMYK percentages
Cyan1.0%
Magenta63.8%
Yellow0.0%
Key (black)22.0%
Color previews
#c548c7 text on a black background
contrast 5.13:1
Card sample
#c548c7 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c548c7;
Background color
Panel with #c548c7 background
background-color: #c548c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c548c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 72, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 72, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c548c7; background: linear-gradient(135deg, #c548c7, #C74874);