#ca95ba
a light, soft magenta / pink · warm · closest name: plum
RGB
202, 149, 186
HSL
318°, 33%, 69%
CMYK
0, 26, 8, 21
Luminance
0.3760
Every format
| HEX | #ca95ba |
| RGB | rgb(202, 149, 186) |
| HSL | hsl(318, 33%, 69%) |
| CMYK | cmyk(0%, 26%, 8%, 21%) |
| LAB | lab(67.7 25.8 -11.4) |
| LCH | lch(67.7 28.2 336.3) |
| OKLCH | oklch(0.732 0.080 337.9) |
Copy-ready code
/* CSS */
color: #ca95ba;
background-color: #ca95ba;
/* Tailwind (arbitrary) */
class="text-[#ca95ba] bg-[#ca95ba]"
/* SCSS */
$brand: #ca95ba;
/* SwiftUI */
Color(red: 0.792, green: 0.584, blue: 0.729)
/* Android */
Color.parseColor("#ca95ba")Accessibility — WCAG contrast
Aa
#ca95ba on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca95ba on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow7.9%
Key (black)20.8%
Color previews
#ca95ba text on a black background
contrast 8.52:1
Card sample
#ca95ba text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca95ba;
Background color
Panel with #ca95ba background
background-color: #ca95ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca95ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 149, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 149, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca95ba; background: linear-gradient(135deg, #ca95ba, #CA9597);