#caa3eb
a light, vivid violet · warm · closest name: plum
RGB
202, 163, 235
HSL
273°, 64%, 78%
CMYK
14, 31, 0, 8
Luminance
0.4475
Every format
| HEX | #caa3eb |
| RGB | rgb(202, 163, 235) |
| HSL | hsl(273, 64%, 78%) |
| CMYK | cmyk(14%, 31%, 0%, 8%) |
| LAB | lab(72.7 27.7 -30.8) |
| LCH | lch(72.7 41.4 311.9) |
| OKLCH | oklch(0.776 0.108 308.8) |
Copy-ready code
/* CSS */
color: #caa3eb;
background-color: #caa3eb;
/* Tailwind (arbitrary) */
class="text-[#caa3eb] bg-[#caa3eb]"
/* SCSS */
$brand: #caa3eb;
/* SwiftUI */
Color(red: 0.792, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#caa3eb")Accessibility — WCAG contrast
Aa
#caa3eb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa3eb on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green63.9%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#caa3eb text on a black background
contrast 9.95:1
Card sample
#caa3eb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa3eb;
Background color
Panel with #caa3eb background
background-color: #caa3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa3eb; background: linear-gradient(135deg, #caa3eb, #EBA3DC);