#c07baf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 123, 175
HSL
315°, 35%, 62%
CMYK
0, 36, 9, 25
Luminance
0.2847
Every format
| HEX | #c07baf |
| RGB | rgb(192, 123, 175) |
| HSL | hsl(315, 35%, 62%) |
| CMYK | cmyk(0%, 36%, 9%, 25%) |
| LAB | lab(60.3 34.7 -16.4) |
| LCH | lch(60.3 38.4 334.7) |
| OKLCH | oklch(0.672 0.109 336.3) |
Copy-ready code
/* CSS */
color: #c07baf;
background-color: #c07baf;
/* Tailwind (arbitrary) */
class="text-[#c07baf] bg-[#c07baf]"
/* SCSS */
$brand: #c07baf;
/* SwiftUI */
Color(red: 0.753, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#c07baf")Accessibility — WCAG contrast
Aa
#c07baf on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07baf on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green48.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow8.9%
Key (black)24.7%
Color previews
#c07baf text on a black background
contrast 6.69:1
Card sample
#c07baf text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07baf;
Background color
Panel with #c07baf background
background-color: #c07baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07baf; background: linear-gradient(135deg, #c07baf, #C07B81);