#c07eb9
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 126, 185
HSL
306°, 34%, 62%
CMYK
0, 34, 4, 25
Luminance
0.2963
Every format
| HEX | #c07eb9 |
| RGB | rgb(192, 126, 185) |
| HSL | hsl(306, 34%, 62%) |
| CMYK | cmyk(0%, 34%, 4%, 25%) |
| LAB | lab(61.3 34.9 -20.6) |
| LCH | lch(61.3 40.5 329.5) |
| OKLCH | oklch(0.681 0.113 330.5) |
Copy-ready code
/* CSS */
color: #c07eb9;
background-color: #c07eb9;
/* Tailwind (arbitrary) */
class="text-[#c07eb9] bg-[#c07eb9]"
/* SCSS */
$brand: #c07eb9;
/* SwiftUI */
Color(red: 0.753, green: 0.494, blue: 0.725)
/* Android */
Color.parseColor("#c07eb9")Accessibility — WCAG contrast
Aa
#c07eb9 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07eb9 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.4%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow3.6%
Key (black)24.7%
Color previews
#c07eb9 text on a black background
contrast 6.93:1
Card sample
#c07eb9 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07eb9;
Background color
Panel with #c07eb9 background
background-color: #c07eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 126, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 126, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07eb9; background: linear-gradient(135deg, #c07eb9, #C07E8D);