#ca7eb6
a balanced, soft magenta / pink · warm · closest name: plum
RGB
202, 126, 182
HSL
316°, 42%, 64%
CMYK
0, 38, 10, 21
Luminance
0.3086
Every format
| HEX | #ca7eb6 |
| RGB | rgb(202, 126, 182) |
| HSL | hsl(316, 42%, 64%) |
| CMYK | cmyk(0%, 38%, 10%, 21%) |
| LAB | lab(62.4 37.6 -17.1) |
| LCH | lch(62.4 41.4 335.5) |
| OKLCH | oklch(0.691 0.118 337.1) |
Copy-ready code
/* CSS */
color: #ca7eb6;
background-color: #ca7eb6;
/* Tailwind (arbitrary) */
class="text-[#ca7eb6] bg-[#ca7eb6]"
/* SCSS */
$brand: #ca7eb6;
/* SwiftUI */
Color(red: 0.792, green: 0.494, blue: 0.714)
/* Android */
Color.parseColor("#ca7eb6")Accessibility — WCAG contrast
Aa
#ca7eb6 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca7eb6 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green49.4%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow9.9%
Key (black)20.8%
Color previews
#ca7eb6 text on a black background
contrast 7.17:1
Card sample
#ca7eb6 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca7eb6;
Background color
Panel with #ca7eb6 background
background-color: #ca7eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca7eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 126, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 126, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca7eb6; background: linear-gradient(135deg, #ca7eb6, #CA7E83);