#ca91eb
a light, vivid violet · warm · closest name: plum
RGB
202, 145, 235
HSL
278°, 69%, 75%
CMYK
14, 38, 0, 8
Luminance
0.3881
Every format
| HEX | #ca91eb |
| RGB | rgb(202, 145, 235) |
| HSL | hsl(278, 69%, 75%) |
| CMYK | cmyk(14%, 38%, 0%, 8%) |
| LAB | lab(68.6 37.5 -37.2) |
| LCH | lch(68.6 52.8 315.3) |
| OKLCH | oklch(0.745 0.139 312.4) |
Copy-ready code
/* CSS */
color: #ca91eb;
background-color: #ca91eb;
/* Tailwind (arbitrary) */
class="text-[#ca91eb] bg-[#ca91eb]"
/* SCSS */
$brand: #ca91eb;
/* SwiftUI */
Color(red: 0.792, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#ca91eb")Accessibility — WCAG contrast
Aa
#ca91eb on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca91eb on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green56.9%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ca91eb text on a black background
contrast 8.76:1
Card sample
#ca91eb text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca91eb;
Background color
Panel with #ca91eb background
background-color: #ca91eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca91eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca91eb; background: linear-gradient(135deg, #ca91eb, #EB91D0);