#c045af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 69, 175
HSL
308°, 49%, 51%
CMYK
0, 64, 9, 25
Luminance
0.1856
Every format
| HEX | #c045af |
| RGB | rgb(192, 69, 175) |
| HSL | hsl(308, 49%, 51%) |
| CMYK | cmyk(0%, 64%, 9%, 25%) |
| LAB | lab(50.2 61.2 -32.0) |
| LCH | lch(50.2 69.1 332.4) |
| OKLCH | oklch(0.596 0.197 333.7) |
Copy-ready code
/* CSS */
color: #c045af;
background-color: #c045af;
/* Tailwind (arbitrary) */
class="text-[#c045af] bg-[#c045af]"
/* SCSS */
$brand: #c045af;
/* SwiftUI */
Color(red: 0.753, green: 0.271, blue: 0.686)
/* Android */
Color.parseColor("#c045af")Accessibility — WCAG contrast
Aa
#c045af on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c045af on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green27.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow8.9%
Key (black)24.7%
Color previews
#c045af text on a black background
contrast 4.71:1
Card sample
#c045af text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c045af;
Background color
Panel with #c045af background
background-color: #c045af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c045af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 69, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 69, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c045af; background: linear-gradient(135deg, #c045af, #C0455D);