#c07eb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 126, 178
HSL
313°, 34%, 62%
CMYK
0, 34, 7, 25
Luminance
0.2934
Every format
| HEX | #c07eb2 |
| RGB | rgb(192, 126, 178) |
| HSL | hsl(313, 34%, 62%) |
| CMYK | cmyk(0%, 34%, 7%, 25%) |
| LAB | lab(61.1 33.6 -17.0) |
| LCH | lch(61.1 37.6 333.2) |
| OKLCH | oklch(0.678 0.106 334.7) |
Copy-ready code
/* CSS */
color: #c07eb2;
background-color: #c07eb2;
/* Tailwind (arbitrary) */
class="text-[#c07eb2] bg-[#c07eb2]"
/* SCSS */
$brand: #c07eb2;
/* SwiftUI */
Color(red: 0.753, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#c07eb2")Accessibility — WCAG contrast
Aa
#c07eb2 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07eb2 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow7.3%
Key (black)24.7%
Color previews
#c07eb2 text on a black background
contrast 6.87:1
Card sample
#c07eb2 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07eb2;
Background color
Panel with #c07eb2 background
background-color: #c07eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07eb2; background: linear-gradient(135deg, #c07eb2, #C07E86);