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