#ca95cb
a light, soft magenta / pink · warm · closest name: plum
RGB
202, 149, 203
HSL
299°, 34%, 69%
CMYK
1, 27, 0, 20
Luminance
0.3836
Every format
| HEX | #ca95cb |
| RGB | rgb(202, 149, 203) |
| HSL | hsl(299, 34%, 69%) |
| CMYK | cmyk(1%, 27%, 0%, 20%) |
| LAB | lab(68.3 28.9 -20.0) |
| LCH | lch(68.3 35.1 325.4) |
| OKLCH | oklch(0.738 0.096 325.9) |
Copy-ready code
/* CSS */
color: #ca95cb;
background-color: #ca95cb;
/* Tailwind (arbitrary) */
class="text-[#ca95cb] bg-[#ca95cb]"
/* SCSS */
$brand: #ca95cb;
/* SwiftUI */
Color(red: 0.792, green: 0.584, blue: 0.796)
/* Android */
Color.parseColor("#ca95cb")Accessibility — WCAG contrast
Aa
#ca95cb on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca95cb on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.4%
Blue79.6%
CMYK percentages
Cyan0.5%
Magenta26.6%
Yellow0.0%
Key (black)20.4%
Color previews
#ca95cb text on a black background
contrast 8.67:1
Card sample
#ca95cb text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca95cb;
Background color
Panel with #ca95cb background
background-color: #ca95cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca95cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 149, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 149, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca95cb; background: linear-gradient(135deg, #ca95cb, #CB95A8);