#c293ba
a light, soft magenta / pink · warm · closest name: plum
RGB
194, 147, 186
HSL
310°, 28%, 67%
CMYK
0, 24, 4, 24
Luminance
0.3588
Every format
| HEX | #c293ba |
| RGB | rgb(194, 147, 186) |
| HSL | hsl(310, 28%, 67%) |
| CMYK | cmyk(0%, 24%, 4%, 24%) |
| LAB | lab(66.4 24.1 -13.4) |
| LCH | lch(66.4 27.6 331.0) |
| OKLCH | oklch(0.720 0.077 332.3) |
Copy-ready code
/* CSS */
color: #c293ba;
background-color: #c293ba;
/* Tailwind (arbitrary) */
class="text-[#c293ba] bg-[#c293ba]"
/* SCSS */
$brand: #c293ba;
/* SwiftUI */
Color(red: 0.761, green: 0.576, blue: 0.729)
/* Android */
Color.parseColor("#c293ba")Accessibility — WCAG contrast
Aa
#c293ba on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c293ba on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green57.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow4.1%
Key (black)23.9%
Color previews
#c293ba text on a black background
contrast 8.18:1
Card sample
#c293ba text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c293ba;
Background color
Panel with #c293ba background
background-color: #c293ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c293ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 147, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 147, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c293ba; background: linear-gradient(135deg, #c293ba, #C2939B);