#ca8fdf
a light, vivid violet · warm · closest name: plum
RGB
202, 143, 223
HSL
284°, 56%, 72%
CMYK
9, 36, 0, 13
Luminance
0.3753
Every format
| HEX | #ca8fdf |
| RGB | rgb(202, 143, 223) |
| HSL | hsl(284, 56%, 72%) |
| CMYK | cmyk(9%, 36%, 0%, 13%) |
| LAB | lab(67.7 36.1 -32.0) |
| LCH | lch(67.7 48.3 318.5) |
| OKLCH | oklch(0.736 0.129 316.9) |
Copy-ready code
/* CSS */
color: #ca8fdf;
background-color: #ca8fdf;
/* Tailwind (arbitrary) */
class="text-[#ca8fdf] bg-[#ca8fdf]"
/* SCSS */
$brand: #ca8fdf;
/* SwiftUI */
Color(red: 0.792, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#ca8fdf")Accessibility — WCAG contrast
Aa
#ca8fdf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca8fdf on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green56.1%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ca8fdf text on a black background
contrast 8.51:1
Card sample
#ca8fdf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca8fdf;
Background color
Panel with #ca8fdf background
background-color: #ca8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca8fdf; background: linear-gradient(135deg, #ca8fdf, #DF8FBF);