#c545cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 69, 207
HSL
296°, 59%, 54%
CMYK
5, 67, 0, 19
Luminance
0.2063
Every format
| HEX | #c545cf |
| RGB | rgb(197, 69, 207) |
| HSL | hsl(296, 59%, 54%) |
| CMYK | cmyk(5%, 67%, 0%, 19%) |
| LAB | lab(52.5 67.7 -46.8) |
| LCH | lch(52.5 82.3 325.4) |
| OKLCH | oklch(0.620 0.225 324.8) |
Copy-ready code
/* CSS */
color: #c545cf;
background-color: #c545cf;
/* Tailwind (arbitrary) */
class="text-[#c545cf] bg-[#c545cf]"
/* SCSS */
$brand: #c545cf;
/* SwiftUI */
Color(red: 0.773, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#c545cf")Accessibility — WCAG contrast
Aa
#c545cf on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c545cf on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green27.1%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c545cf text on a black background
contrast 5.13:1
Card sample
#c545cf text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c545cf;
Background color
Panel with #c545cf background
background-color: #c545cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c545cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c545cf; background: linear-gradient(135deg, #c545cf, #CF457D);