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