#cba3cd
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 163, 205
HSL
297°, 30%, 72%
CMYK
1, 21, 0, 20
Luminance
0.4330
Every format
| HEX | #cba3cd |
| RGB | rgb(203, 163, 205) |
| HSL | hsl(297, 30%, 72%) |
| CMYK | cmyk(1%, 21%, 0%, 20%) |
| LAB | lab(71.8 21.9 -15.8) |
| LCH | lch(71.8 27.1 324.2) |
| OKLCH | oklch(0.765 0.074 324.7) |
Copy-ready code
/* CSS */
color: #cba3cd;
background-color: #cba3cd;
/* Tailwind (arbitrary) */
class="text-[#cba3cd] bg-[#cba3cd]"
/* SCSS */
$brand: #cba3cd;
/* SwiftUI */
Color(red: 0.796, green: 0.639, blue: 0.804)
/* Android */
Color.parseColor("#cba3cd")Accessibility — WCAG contrast
Aa
#cba3cd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba3cd on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.9%
Blue80.4%
CMYK percentages
Cyan1.0%
Magenta20.5%
Yellow0.0%
Key (black)19.6%
Color previews
#cba3cd text on a black background
contrast 9.66:1
Card sample
#cba3cd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba3cd;
Background color
Panel with #cba3cd background
background-color: #cba3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 163, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 163, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba3cd; background: linear-gradient(135deg, #cba3cd, #CDA3B3);