#cba2cb
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 162, 203
HSL
300°, 28%, 72%
CMYK
0, 20, 0, 20
Luminance
0.4285
Every format
| HEX | #cba2cb |
| RGB | rgb(203, 162, 203) |
| HSL | hsl(300, 28%, 72%) |
| CMYK | cmyk(0%, 20%, 0%, 20%) |
| LAB | lab(71.5 22.1 -15.2) |
| LCH | lch(71.5 26.8 325.5) |
| OKLCH | oklch(0.762 0.073 326.3) |
Copy-ready code
/* CSS */
color: #cba2cb;
background-color: #cba2cb;
/* Tailwind (arbitrary) */
class="text-[#cba2cb] bg-[#cba2cb]"
/* SCSS */
$brand: #cba2cb;
/* SwiftUI */
Color(red: 0.796, green: 0.635, blue: 0.796)
/* Android */
Color.parseColor("#cba2cb")Accessibility — WCAG contrast
Aa
#cba2cb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba2cb on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow0.0%
Key (black)20.4%
Color previews
#cba2cb text on a black background
contrast 9.57:1
Card sample
#cba2cb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba2cb;
Background color
Panel with #cba2cb background
background-color: #cba2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 162, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 162, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba2cb; background: linear-gradient(135deg, #cba2cb, #CBA2B0);