#cba0cf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 160, 207
HSL
295°, 33%, 72%
CMYK
2, 23, 0, 19
Luminance
0.4234
Every format
| HEX | #cba0cf |
| RGB | rgb(203, 160, 207) |
| HSL | hsl(295, 33%, 72%) |
| CMYK | cmyk(2%, 23%, 0%, 19%) |
| LAB | lab(71.1 24.0 -17.9) |
| LCH | lch(71.1 29.9 323.2) |
| OKLCH | oklch(0.760 0.081 323.5) |
Copy-ready code
/* CSS */
color: #cba0cf;
background-color: #cba0cf;
/* Tailwind (arbitrary) */
class="text-[#cba0cf] bg-[#cba0cf]"
/* SCSS */
$brand: #cba0cf;
/* SwiftUI */
Color(red: 0.796, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#cba0cf")Accessibility — WCAG contrast
Aa
#cba0cf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba0cf on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.7%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#cba0cf text on a black background
contrast 9.47:1
Card sample
#cba0cf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba0cf;
Background color
Panel with #cba0cf background
background-color: #cba0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba0cf; background: linear-gradient(135deg, #cba0cf, #CFA0B4);