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