#c08eb7
a light, soft magenta / pink · warm · closest name: plum
RGB
192, 142, 183
HSL
311°, 28%, 66%
CMYK
0, 26, 5, 25
Luminance
0.3397
Every format
| HEX | #c08eb7 |
| RGB | rgb(192, 142, 183) |
| HSL | hsl(311, 28%, 66%) |
| CMYK | cmyk(0%, 26%, 5%, 25%) |
| LAB | lab(64.9 25.7 -14.0) |
| LCH | lch(64.9 29.2 331.5) |
| OKLCH | oklch(0.708 0.082 332.8) |
Copy-ready code
/* CSS */
color: #c08eb7;
background-color: #c08eb7;
/* Tailwind (arbitrary) */
class="text-[#c08eb7] bg-[#c08eb7]"
/* SCSS */
$brand: #c08eb7;
/* SwiftUI */
Color(red: 0.753, green: 0.557, blue: 0.718)
/* Android */
Color.parseColor("#c08eb7")Accessibility — WCAG contrast
Aa
#c08eb7 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c08eb7 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green55.7%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow4.7%
Key (black)24.7%
Color previews
#c08eb7 text on a black background
contrast 7.79:1
Card sample
#c08eb7 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08eb7;
Background color
Panel with #c08eb7 background
background-color: #c08eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 142, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 142, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08eb7; background: linear-gradient(135deg, #c08eb7, #C08E96);