#c07fba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 127, 186
HSL
306°, 34%, 63%
CMYK
0, 34, 3, 25
Luminance
0.2993
Every format
| HEX | #c07fba |
| RGB | rgb(192, 127, 186) |
| HSL | hsl(306, 34%, 63%) |
| CMYK | cmyk(0%, 34%, 3%, 25%) |
| LAB | lab(61.6 34.5 -20.7) |
| LCH | lch(61.6 40.2 329.0) |
| OKLCH | oklch(0.683 0.112 330.0) |
Copy-ready code
/* CSS */
color: #c07fba;
background-color: #c07fba;
/* Tailwind (arbitrary) */
class="text-[#c07fba] bg-[#c07fba]"
/* SCSS */
$brand: #c07fba;
/* SwiftUI */
Color(red: 0.753, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#c07fba")Accessibility — WCAG contrast
Aa
#c07fba on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07fba on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow3.1%
Key (black)24.7%
Color previews
#c07fba text on a black background
contrast 6.99:1
Card sample
#c07fba text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07fba;
Background color
Panel with #c07fba background
background-color: #c07fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07fba; background: linear-gradient(135deg, #c07fba, #C07F8F);