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