#cba5cc
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 165, 204
HSL
299°, 28%, 72%
CMYK
1, 19, 0, 20
Luminance
0.4397
Every format
| HEX | #cba5cc |
| RGB | rgb(203, 165, 204) |
| HSL | hsl(299, 28%, 72%) |
| CMYK | cmyk(1%, 19%, 0%, 20%) |
| LAB | lab(72.2 20.7 -14.6) |
| LCH | lch(72.2 25.3 324.8) |
| OKLCH | oklch(0.768 0.069 325.4) |
Copy-ready code
/* CSS */
color: #cba5cc;
background-color: #cba5cc;
/* Tailwind (arbitrary) */
class="text-[#cba5cc] bg-[#cba5cc]"
/* SCSS */
$brand: #cba5cc;
/* SwiftUI */
Color(red: 0.796, green: 0.647, blue: 0.800)
/* Android */
Color.parseColor("#cba5cc")Accessibility — WCAG contrast
Aa
#cba5cc on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba5cc on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green64.7%
Blue80.0%
CMYK percentages
Cyan0.5%
Magenta19.1%
Yellow0.0%
Key (black)20.0%
Color previews
#cba5cc text on a black background
contrast 9.79:1
Card sample
#cba5cc text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba5cc;
Background color
Panel with #cba5cc background
background-color: #cba5cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba5cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 165, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 165, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba5cc; background: linear-gradient(135deg, #cba5cc, #CCA5B3);