#c07cba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 124, 186
HSL
305°, 35%, 62%
CMYK
0, 35, 3, 25
Luminance
0.2917
Every format
| HEX | #c07cba |
| RGB | rgb(192, 124, 186) |
| HSL | hsl(305, 35%, 62%) |
| CMYK | cmyk(0%, 35%, 3%, 25%) |
| LAB | lab(60.9 36.1 -21.8) |
| LCH | lch(60.9 42.2 329.0) |
| OKLCH | oklch(0.678 0.117 329.9) |
Copy-ready code
/* CSS */
color: #c07cba;
background-color: #c07cba;
/* Tailwind (arbitrary) */
class="text-[#c07cba] bg-[#c07cba]"
/* SCSS */
$brand: #c07cba;
/* SwiftUI */
Color(red: 0.753, green: 0.486, blue: 0.729)
/* Android */
Color.parseColor("#c07cba")Accessibility — WCAG contrast
Aa
#c07cba on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07cba on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green48.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow3.1%
Key (black)24.7%
Color previews
#c07cba text on a black background
contrast 6.83:1
Card sample
#c07cba text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07cba;
Background color
Panel with #c07cba background
background-color: #c07cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 124, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 124, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07cba; background: linear-gradient(135deg, #c07cba, #C07C8D);