#cba3c4
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 163, 196
HSL
311°, 28%, 72%
CMYK
0, 20, 3, 20
Luminance
0.4288
Every format
| HEX | #cba3c4 |
| RGB | rgb(203, 163, 196) |
| HSL | hsl(311, 28%, 72%) |
| CMYK | cmyk(0%, 20%, 3%, 20%) |
| LAB | lab(71.5 20.3 -11.3) |
| LCH | lch(71.5 23.2 330.9) |
| OKLCH | oklch(0.762 0.065 332.2) |
Copy-ready code
/* CSS */
color: #cba3c4;
background-color: #cba3c4;
/* Tailwind (arbitrary) */
class="text-[#cba3c4] bg-[#cba3c4]"
/* SCSS */
$brand: #cba3c4;
/* SwiftUI */
Color(red: 0.796, green: 0.639, blue: 0.769)
/* Android */
Color.parseColor("#cba3c4")Accessibility — WCAG contrast
Aa
#cba3c4 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba3c4 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.9%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow3.4%
Key (black)20.4%
Color previews
#cba3c4 text on a black background
contrast 9.58:1
Card sample
#cba3c4 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba3c4;
Background color
Panel with #cba3c4 background
background-color: #cba3c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba3c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 163, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 163, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba3c4; background: linear-gradient(135deg, #cba3c4, #CBA3A9);