#c079c2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 121, 194
HSL
298°, 37%, 62%
CMYK
1, 38, 0, 24
Luminance
0.2878
Every format
| HEX | #c079c2 |
| RGB | rgb(192, 121, 194) |
| HSL | hsl(298, 37%, 62%) |
| CMYK | cmyk(1%, 38%, 0%, 24%) |
| LAB | lab(60.6 39.2 -26.8) |
| LCH | lch(60.6 47.5 325.6) |
| OKLCH | oklch(0.676 0.131 325.9) |
Copy-ready code
/* CSS */
color: #c079c2;
background-color: #c079c2;
/* Tailwind (arbitrary) */
class="text-[#c079c2] bg-[#c079c2]"
/* SCSS */
$brand: #c079c2;
/* SwiftUI */
Color(red: 0.753, green: 0.475, blue: 0.761)
/* Android */
Color.parseColor("#c079c2")Accessibility — WCAG contrast
Aa
#c079c2 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c079c2 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.5%
Blue76.1%
CMYK percentages
Cyan1.0%
Magenta37.6%
Yellow0.0%
Key (black)23.9%
Color previews
#c079c2 text on a black background
contrast 6.76:1
Card sample
#c079c2 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c079c2;
Background color
Panel with #c079c2 background
background-color: #c079c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c079c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 121, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 121, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c079c2; background: linear-gradient(135deg, #c079c2, #C27993);