#c07fcc
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 127, 204
HSL
291°, 43%, 65%
CMYK
6, 38, 0, 20
Luminance
0.3074
Every format
| HEX | #c07fcc |
| RGB | rgb(192, 127, 204) |
| HSL | hsl(291, 43%, 65%) |
| CMYK | cmyk(6%, 38%, 0%, 20%) |
| LAB | lab(62.3 37.9 -29.8) |
| LCH | lch(62.3 48.3 321.8) |
| OKLCH | oklch(0.690 0.130 321.2) |
Copy-ready code
/* CSS */
color: #c07fcc;
background-color: #c07fcc;
/* Tailwind (arbitrary) */
class="text-[#c07fcc] bg-[#c07fcc]"
/* SCSS */
$brand: #c07fcc;
/* SwiftUI */
Color(red: 0.753, green: 0.498, blue: 0.800)
/* Android */
Color.parseColor("#c07fcc")Accessibility — WCAG contrast
Aa
#c07fcc on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c07fcc on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.8%
Blue80.0%
CMYK percentages
Cyan5.9%
Magenta37.7%
Yellow0.0%
Key (black)20.0%
Color previews
#c07fcc text on a black background
contrast 7.15:1
Card sample
#c07fcc text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07fcc;
Background color
Panel with #c07fcc background
background-color: #c07fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 127, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 127, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07fcc; background: linear-gradient(135deg, #c07fcc, #CC7FA5);