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