#c08099
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 153
HSL
337°, 34%, 63%
CMYK
0, 33, 20, 25
Luminance
0.2894
Every format
| HEX | #c08099 |
| RGB | rgb(192, 128, 153) |
| HSL | hsl(337, 34%, 63%) |
| CMYK | cmyk(0%, 33%, 20%, 25%) |
| LAB | lab(60.7 28.3 -3.2) |
| LCH | lch(60.7 28.5 353.6) |
| OKLCH | oklch(0.672 0.085 354.6) |
Copy-ready code
/* CSS */
color: #c08099;
background-color: #c08099;
/* Tailwind (arbitrary) */
class="text-[#c08099] bg-[#c08099]"
/* SCSS */
$brand: #c08099;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.600)
/* Android */
Color.parseColor("#c08099")Accessibility — WCAG contrast
Aa
#c08099 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08099 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow20.3%
Key (black)24.7%
Color previews
#c08099 text on a black background
contrast 6.79:1
Card sample
#c08099 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08099;
Background color
Panel with #c08099 background
background-color: #c08099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08099; background: linear-gradient(135deg, #c08099, #C09280);