#c044af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 68, 175
HSL
308°, 50%, 51%
CMYK
0, 65, 9, 25
Luminance
0.1844
Every format
| HEX | #c044af |
| RGB | rgb(192, 68, 175) |
| HSL | hsl(308, 50%, 51%) |
| CMYK | cmyk(0%, 65%, 9%, 25%) |
| LAB | lab(50.0 61.6 -32.3) |
| LCH | lch(50.0 69.5 332.3) |
| OKLCH | oklch(0.595 0.199 333.6) |
Copy-ready code
/* CSS */
color: #c044af;
background-color: #c044af;
/* Tailwind (arbitrary) */
class="text-[#c044af] bg-[#c044af]"
/* SCSS */
$brand: #c044af;
/* SwiftUI */
Color(red: 0.753, green: 0.267, blue: 0.686)
/* Android */
Color.parseColor("#c044af")Accessibility — WCAG contrast
Aa
#c044af on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c044af on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green26.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow8.9%
Key (black)24.7%
Color previews
#c044af text on a black background
contrast 4.69:1
Card sample
#c044af text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c044af;
Background color
Panel with #c044af background
background-color: #c044af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c044af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 68, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 68, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c044af; background: linear-gradient(135deg, #c044af, #C0445C);