#ca8fe7
a light, vivid violet · warm · closest name: plum
RGB
202, 143, 231
HSL
280°, 65%, 73%
CMYK
13, 38, 0, 9
Luminance
0.3797
Every format
| HEX | #ca8fe7 |
| RGB | rgb(202, 143, 231) |
| HSL | hsl(280, 65%, 73%) |
| CMYK | cmyk(13%, 38%, 0%, 9%) |
| LAB | lab(68.0 37.8 -35.9) |
| LCH | lch(68.0 52.1 316.4) |
| OKLCH | oklch(0.739 0.138 314.0) |
Copy-ready code
/* CSS */
color: #ca8fe7;
background-color: #ca8fe7;
/* Tailwind (arbitrary) */
class="text-[#ca8fe7] bg-[#ca8fe7]"
/* SCSS */
$brand: #ca8fe7;
/* SwiftUI */
Color(red: 0.792, green: 0.561, blue: 0.906)
/* Android */
Color.parseColor("#ca8fe7")Accessibility — WCAG contrast
Aa
#ca8fe7 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca8fe7 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green56.1%
Blue90.6%
CMYK percentages
Cyan12.6%
Magenta38.1%
Yellow0.0%
Key (black)9.4%
Color previews
#ca8fe7 text on a black background
contrast 8.59:1
Card sample
#ca8fe7 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca8fe7;
Background color
Panel with #ca8fe7 background
background-color: #ca8fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca8fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 143, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 143, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca8fe7; background: linear-gradient(135deg, #ca8fe7, #E78FC9);