#c08eb4
a light, soft magenta / pink · warm · closest name: plum
RGB
192, 142, 180
HSL
314°, 28%, 66%
CMYK
0, 26, 6, 25
Luminance
0.3385
Every format
| HEX | #c08eb4 |
| RGB | rgb(192, 142, 180) |
| HSL | hsl(314, 28%, 66%) |
| CMYK | cmyk(0%, 26%, 6%, 25%) |
| LAB | lab(64.8 25.1 -12.4) |
| LCH | lch(64.8 28.0 333.7) |
| OKLCH | oklch(0.707 0.079 335.2) |
Copy-ready code
/* CSS */
color: #c08eb4;
background-color: #c08eb4;
/* Tailwind (arbitrary) */
class="text-[#c08eb4] bg-[#c08eb4]"
/* SCSS */
$brand: #c08eb4;
/* SwiftUI */
Color(red: 0.753, green: 0.557, blue: 0.706)
/* Android */
Color.parseColor("#c08eb4")Accessibility — WCAG contrast
Aa
#c08eb4 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c08eb4 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green55.7%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow6.2%
Key (black)24.7%
Color previews
#c08eb4 text on a black background
contrast 7.77:1
Card sample
#c08eb4 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08eb4;
Background color
Panel with #c08eb4 background
background-color: #c08eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 142, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 142, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08eb4; background: linear-gradient(135deg, #c08eb4, #C08E93);