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