#c093af
a light, soft magenta / pink · warm · closest name: plum
RGB
192, 147, 175
HSL
323°, 26%, 67%
CMYK
0, 23, 9, 25
Luminance
0.3517
Every format
| HEX | #c093af |
| RGB | rgb(192, 147, 175) |
| HSL | hsl(323, 26%, 67%) |
| CMYK | cmyk(0%, 23%, 9%, 25%) |
| LAB | lab(65.9 21.5 -8.1) |
| LCH | lch(65.9 22.9 339.4) |
| OKLCH | oklch(0.714 0.066 341.1) |
Copy-ready code
/* CSS */
color: #c093af;
background-color: #c093af;
/* Tailwind (arbitrary) */
class="text-[#c093af] bg-[#c093af]"
/* SCSS */
$brand: #c093af;
/* SwiftUI */
Color(red: 0.753, green: 0.576, blue: 0.686)
/* Android */
Color.parseColor("#c093af")Accessibility — WCAG contrast
Aa
#c093af on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c093af on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green57.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow8.9%
Key (black)24.7%
Color previews
#c093af text on a black background
contrast 8.03:1
Card sample
#c093af text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c093af;
Background color
Panel with #c093af background
background-color: #c093af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c093af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 147, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 147, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c093af; background: linear-gradient(135deg, #c093af, #C09593);