#ca79af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
202, 121, 175
HSL
320°, 43%, 63%
CMYK
0, 40, 13, 21
Luminance
0.2933
Every format
| HEX | #ca79af |
| RGB | rgb(202, 121, 175) |
| HSL | hsl(320, 43%, 63%) |
| CMYK | cmyk(0%, 40%, 13%, 21%) |
| LAB | lab(61.1 39.1 -15.2) |
| LCH | lch(61.1 42.0 338.8) |
| OKLCH | oklch(0.680 0.121 340.6) |
Copy-ready code
/* CSS */
color: #ca79af;
background-color: #ca79af;
/* Tailwind (arbitrary) */
class="text-[#ca79af] bg-[#ca79af]"
/* SCSS */
$brand: #ca79af;
/* SwiftUI */
Color(red: 0.792, green: 0.475, blue: 0.686)
/* Android */
Color.parseColor("#ca79af")Accessibility — WCAG contrast
Aa
#ca79af on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca79af on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green47.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow13.4%
Key (black)20.8%
Color previews
#ca79af text on a black background
contrast 6.87:1
Card sample
#ca79af text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca79af;
Background color
Panel with #ca79af background
background-color: #ca79af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca79af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 121, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 121, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca79af; background: linear-gradient(135deg, #ca79af, #CA7979);