#c08abe
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 138, 190
HSL
302°, 30%, 65%
CMYK
0, 28, 1, 25
Luminance
0.3310
Every format
| HEX | #c08abe |
| RGB | rgb(192, 138, 190) |
| HSL | hsl(302, 30%, 65%) |
| CMYK | cmyk(0%, 28%, 1%, 25%) |
| LAB | lab(64.2 29.2 -19.0) |
| LCH | lch(64.2 34.8 327.0) |
| OKLCH | oklch(0.703 0.096 327.8) |
Copy-ready code
/* CSS */
color: #c08abe;
background-color: #c08abe;
/* Tailwind (arbitrary) */
class="text-[#c08abe] bg-[#c08abe]"
/* SCSS */
$brand: #c08abe;
/* SwiftUI */
Color(red: 0.753, green: 0.541, blue: 0.745)
/* Android */
Color.parseColor("#c08abe")Accessibility — WCAG contrast
Aa
#c08abe on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c08abe on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green54.1%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow1.0%
Key (black)24.7%
Color previews
#c08abe text on a black background
contrast 7.62:1
Card sample
#c08abe text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08abe;
Background color
Panel with #c08abe background
background-color: #c08abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 138, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 138, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08abe; background: linear-gradient(135deg, #c08abe, #C08A9A);