#cba0c2
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 160, 194
HSL
313°, 29%, 71%
CMYK
0, 21, 4, 20
Luminance
0.4173
Every format
| HEX | #cba0c2 |
| RGB | rgb(203, 160, 194) |
| HSL | hsl(313, 29%, 71%) |
| CMYK | cmyk(0%, 21%, 4%, 20%) |
| LAB | lab(70.7 21.6 -11.4) |
| LCH | lch(70.7 24.4 332.2) |
| OKLCH | oklch(0.756 0.068 333.7) |
Copy-ready code
/* CSS */
color: #cba0c2;
background-color: #cba0c2;
/* Tailwind (arbitrary) */
class="text-[#cba0c2] bg-[#cba0c2]"
/* SCSS */
$brand: #cba0c2;
/* SwiftUI */
Color(red: 0.796, green: 0.627, blue: 0.761)
/* Android */
Color.parseColor("#cba0c2")Accessibility — WCAG contrast
Aa
#cba0c2 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba0c2 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow4.4%
Key (black)20.4%
Color previews
#cba0c2 text on a black background
contrast 9.35:1
Card sample
#cba0c2 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba0c2;
Background color
Panel with #cba0c2 background
background-color: #cba0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 160, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 160, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba0c2; background: linear-gradient(135deg, #cba0c2, #CBA0A5);