#cba5cd
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 165, 205
HSL
297°, 29%, 73%
CMYK
1, 20, 0, 20
Luminance
0.4401
Every format
| HEX | #cba5cd |
| RGB | rgb(203, 165, 205) |
| HSL | hsl(297, 29%, 73%) |
| CMYK | cmyk(1%, 20%, 0%, 20%) |
| LAB | lab(72.2 20.9 -15.1) |
| LCH | lch(72.2 25.8 324.1) |
| OKLCH | oklch(0.769 0.070 324.6) |
Copy-ready code
/* CSS */
color: #cba5cd;
background-color: #cba5cd;
/* Tailwind (arbitrary) */
class="text-[#cba5cd] bg-[#cba5cd]"
/* SCSS */
$brand: #cba5cd;
/* SwiftUI */
Color(red: 0.796, green: 0.647, blue: 0.804)
/* Android */
Color.parseColor("#cba5cd")Accessibility — WCAG contrast
Aa
#cba5cd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba5cd on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green64.7%
Blue80.4%
CMYK percentages
Cyan1.0%
Magenta19.5%
Yellow0.0%
Key (black)19.6%
Color previews
#cba5cd text on a black background
contrast 9.80:1
Card sample
#cba5cd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba5cd;
Background color
Panel with #cba5cd background
background-color: #cba5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 165, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 165, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba5cd; background: linear-gradient(135deg, #cba5cd, #CDA5B4);