#ca8feb
a light, vivid violet · warm · closest name: plum
RGB
202, 143, 235
HSL
279°, 70%, 74%
CMYK
14, 39, 0, 8
Luminance
0.3820
Every format
| HEX | #ca8feb |
| RGB | rgb(202, 143, 235) |
| HSL | hsl(279, 70%, 74%) |
| CMYK | cmyk(14%, 39%, 0%, 8%) |
| LAB | lab(68.2 38.6 -37.9) |
| LCH | lch(68.2 54.0 315.6) |
| OKLCH | oklch(0.741 0.142 312.7) |
Copy-ready code
/* CSS */
color: #ca8feb;
background-color: #ca8feb;
/* Tailwind (arbitrary) */
class="text-[#ca8feb] bg-[#ca8feb]"
/* SCSS */
$brand: #ca8feb;
/* SwiftUI */
Color(red: 0.792, green: 0.561, blue: 0.922)
/* Android */
Color.parseColor("#ca8feb")Accessibility — WCAG contrast
Aa
#ca8feb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca8feb on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green56.1%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta39.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ca8feb text on a black background
contrast 8.64:1
Card sample
#ca8feb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca8feb;
Background color
Panel with #ca8feb background
background-color: #ca8feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca8feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 143, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 143, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca8feb; background: linear-gradient(135deg, #ca8feb, #EB8FCF);