#ca94cf
a light, soft magenta / pink · warm · closest name: plum
RGB
202, 148, 207
HSL
295°, 38%, 70%
CMYK
2, 29, 0, 19
Luminance
0.3824
Every format
| HEX | #ca94cf |
| RGB | rgb(202, 148, 207) |
| HSL | hsl(295, 38%, 70%) |
| CMYK | cmyk(2%, 29%, 0%, 19%) |
| LAB | lab(68.2 30.2 -22.3) |
| LCH | lch(68.2 37.6 323.5) |
| OKLCH | oklch(0.738 0.102 323.7) |
Copy-ready code
/* CSS */
color: #ca94cf;
background-color: #ca94cf;
/* Tailwind (arbitrary) */
class="text-[#ca94cf] bg-[#ca94cf]"
/* SCSS */
$brand: #ca94cf;
/* SwiftUI */
Color(red: 0.792, green: 0.580, blue: 0.812)
/* Android */
Color.parseColor("#ca94cf")Accessibility — WCAG contrast
Aa
#ca94cf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca94cf on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.0%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta28.5%
Yellow0.0%
Key (black)18.8%
Color previews
#ca94cf text on a black background
contrast 8.65:1
Card sample
#ca94cf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca94cf;
Background color
Panel with #ca94cf background
background-color: #ca94cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca94cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 148, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 148, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca94cf; background: linear-gradient(135deg, #ca94cf, #CF94AD);