#ca95af
a light, soft magenta / pink · warm · closest name: pink
RGB
202, 149, 175
HSL
331°, 33%, 69%
CMYK
0, 26, 13, 21
Luminance
0.3715
Every format
| HEX | #ca95af |
| RGB | rgb(202, 149, 175) |
| HSL | hsl(331, 33%, 69%) |
| CMYK | cmyk(0%, 26%, 13%, 21%) |
| LAB | lab(67.4 23.9 -5.7) |
| LCH | lch(67.4 24.6 346.6) |
| OKLCH | oklch(0.728 0.072 348.1) |
Copy-ready code
/* CSS */
color: #ca95af;
background-color: #ca95af;
/* Tailwind (arbitrary) */
class="text-[#ca95af] bg-[#ca95af]"
/* SCSS */
$brand: #ca95af;
/* SwiftUI */
Color(red: 0.792, green: 0.584, blue: 0.686)
/* Android */
Color.parseColor("#ca95af")Accessibility — WCAG contrast
Aa
#ca95af on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca95af on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow13.4%
Key (black)20.8%
Color previews
#ca95af text on a black background
contrast 8.43:1
Card sample
#ca95af text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca95af;
Background color
Panel with #ca95af background
background-color: #ca95af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca95af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 149, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 149, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca95af; background: linear-gradient(135deg, #ca95af, #CA9E95);