#c072ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 114, 206
HSL
291°, 48%, 63%
CMYK
7, 45, 0, 19
Luminance
0.2770
Every format
| HEX | #c072ce |
| RGB | rgb(192, 114, 206) |
| HSL | hsl(291, 48%, 63%) |
| CMYK | cmyk(7%, 45%, 0%, 19%) |
| LAB | lab(59.6 45.3 -35.1) |
| LCH | lch(59.6 57.3 322.2) |
| OKLCH | oklch(0.670 0.155 321.3) |
Copy-ready code
/* CSS */
color: #c072ce;
background-color: #c072ce;
/* Tailwind (arbitrary) */
class="text-[#c072ce] bg-[#c072ce]"
/* SCSS */
$brand: #c072ce;
/* SwiftUI */
Color(red: 0.753, green: 0.447, blue: 0.808)
/* Android */
Color.parseColor("#c072ce")Accessibility — WCAG contrast
Aa
#c072ce on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c072ce on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green44.7%
Blue80.8%
CMYK percentages
Cyan6.8%
Magenta44.7%
Yellow0.0%
Key (black)19.2%
Color previews
#c072ce text on a black background
contrast 6.54:1
Card sample
#c072ce text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c072ce;
Background color
Panel with #c072ce background
background-color: #c072ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c072ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 114, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 114, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c072ce; background: linear-gradient(135deg, #c072ce, #CE729F);