#c045cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 69, 207
HSL
294°, 59%, 54%
CMYK
7, 67, 0, 19
Luminance
0.1997
Every format
| HEX | #c045cf |
| RGB | rgb(192, 69, 207) |
| HSL | hsl(294, 59%, 54%) |
| CMYK | cmyk(7%, 67%, 0%, 19%) |
| LAB | lab(51.8 66.6 -48.0) |
| LCH | lch(51.8 82.1 324.2) |
| OKLCH | oklch(0.613 0.223 323.2) |
Copy-ready code
/* CSS */
color: #c045cf;
background-color: #c045cf;
/* Tailwind (arbitrary) */
class="text-[#c045cf] bg-[#c045cf]"
/* SCSS */
$brand: #c045cf;
/* SwiftUI */
Color(red: 0.753, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#c045cf")Accessibility — WCAG contrast
Aa
#c045cf on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c045cf on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green27.1%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c045cf text on a black background
contrast 4.99:1
Card sample
#c045cf text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c045cf;
Background color
Panel with #c045cf background
background-color: #c045cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c045cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c045cf; background: linear-gradient(135deg, #c045cf, #CF4582);