#c072cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 114, 207
HSL
290°, 49%, 63%
CMYK
7, 45, 0, 19
Luminance
0.2775
Every format
| HEX | #c072cf |
| RGB | rgb(192, 114, 207) |
| HSL | hsl(290, 49%, 63%) |
| CMYK | cmyk(7%, 45%, 0%, 19%) |
| LAB | lab(59.7 45.5 -35.6) |
| LCH | lch(59.7 57.8 321.9) |
| OKLCH | oklch(0.671 0.156 321.0) |
Copy-ready code
/* CSS */
color: #c072cf;
background-color: #c072cf;
/* Tailwind (arbitrary) */
class="text-[#c072cf] bg-[#c072cf]"
/* SCSS */
$brand: #c072cf;
/* SwiftUI */
Color(red: 0.753, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#c072cf")Accessibility — WCAG contrast
Aa
#c072cf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c072cf on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green44.7%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c072cf text on a black background
contrast 6.55:1
Card sample
#c072cf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c072cf;
Background color
Panel with #c072cf background
background-color: #c072cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c072cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c072cf; background: linear-gradient(135deg, #c072cf, #CF72A0);