#c040cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 64, 207
HSL
294°, 60%, 53%
CMYK
7, 69, 0, 19
Luminance
0.1938
Every format
| HEX | #c040cf |
| RGB | rgb(192, 64, 207) |
| HSL | hsl(294, 60%, 53%) |
| CMYK | cmyk(7%, 69%, 0%, 19%) |
| LAB | lab(51.1 68.5 -49.1) |
| LCH | lch(51.1 84.2 324.4) |
| OKLCH | oklch(0.608 0.229 323.3) |
Copy-ready code
/* CSS */
color: #c040cf;
background-color: #c040cf;
/* Tailwind (arbitrary) */
class="text-[#c040cf] bg-[#c040cf]"
/* SCSS */
$brand: #c040cf;
/* SwiftUI */
Color(red: 0.753, green: 0.251, blue: 0.812)
/* Android */
Color.parseColor("#c040cf")Accessibility — WCAG contrast
Aa
#c040cf on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c040cf on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green25.1%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta69.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c040cf text on a black background
contrast 4.88:1
Card sample
#c040cf text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c040cf;
Background color
Panel with #c040cf background
background-color: #c040cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c040cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 64, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 64, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c040cf; background: linear-gradient(135deg, #c040cf, #CF407F);