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