#ca8eb0
a light, soft magenta / pink · warm · closest name: plum
RGB
202, 142, 176
HSL
326°, 36%, 68%
CMYK
0, 30, 13, 21
Luminance
0.3504
Every format
| HEX | #ca8eb0 |
| RGB | rgb(202, 142, 176) |
| HSL | hsl(326, 36%, 68%) |
| CMYK | cmyk(0%, 30%, 13%, 21%) |
| LAB | lab(65.8 27.9 -8.7) |
| LCH | lch(65.8 29.3 342.8) |
| OKLCH | oklch(0.716 0.085 344.5) |
Copy-ready code
/* CSS */
color: #ca8eb0;
background-color: #ca8eb0;
/* Tailwind (arbitrary) */
class="text-[#ca8eb0] bg-[#ca8eb0]"
/* SCSS */
$brand: #ca8eb0;
/* SwiftUI */
Color(red: 0.792, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#ca8eb0")Accessibility — WCAG contrast
Aa
#ca8eb0 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca8eb0 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green55.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow12.9%
Key (black)20.8%
Color previews
#ca8eb0 text on a black background
contrast 8.01:1
Card sample
#ca8eb0 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca8eb0;
Background color
Panel with #ca8eb0 background
background-color: #ca8eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca8eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca8eb0; background: linear-gradient(135deg, #ca8eb0, #CA948E);