#ca7eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
202, 126, 176
HSL
321°, 42%, 64%
CMYK
0, 38, 13, 21
Luminance
0.3061
Every format
| HEX | #ca7eb0 |
| RGB | rgb(202, 126, 176) |
| HSL | hsl(321, 42%, 64%) |
| CMYK | cmyk(0%, 38%, 13%, 21%) |
| LAB | lab(62.2 36.6 -14.1) |
| LCH | lch(62.2 39.2 339.0) |
| OKLCH | oklch(0.689 0.113 340.8) |
Copy-ready code
/* CSS */
color: #ca7eb0;
background-color: #ca7eb0;
/* Tailwind (arbitrary) */
class="text-[#ca7eb0] bg-[#ca7eb0]"
/* SCSS */
$brand: #ca7eb0;
/* SwiftUI */
Color(red: 0.792, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#ca7eb0")Accessibility — WCAG contrast
Aa
#ca7eb0 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca7eb0 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green49.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow12.9%
Key (black)20.8%
Color previews
#ca7eb0 text on a black background
contrast 7.12:1
Card sample
#ca7eb0 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca7eb0;
Background color
Panel with #ca7eb0 background
background-color: #ca7eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca7eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca7eb0; background: linear-gradient(135deg, #ca7eb0, #CA7F7E);