#caa2eb
a light, vivid violet · warm · closest name: plum
RGB
202, 162, 235
HSL
273°, 65%, 78%
CMYK
14, 31, 0, 8
Luminance
0.4440
Every format
| HEX | #caa2eb |
| RGB | rgb(202, 162, 235) |
| HSL | hsl(273, 65%, 78%) |
| CMYK | cmyk(14%, 31%, 0%, 8%) |
| LAB | lab(72.5 28.2 -31.1) |
| LCH | lch(72.5 42.0 312.2) |
| OKLCH | oklch(0.774 0.110 309.0) |
Copy-ready code
/* CSS */
color: #caa2eb;
background-color: #caa2eb;
/* Tailwind (arbitrary) */
class="text-[#caa2eb] bg-[#caa2eb]"
/* SCSS */
$brand: #caa2eb;
/* SwiftUI */
Color(red: 0.792, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#caa2eb")Accessibility — WCAG contrast
Aa
#caa2eb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa2eb on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green63.5%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#caa2eb text on a black background
contrast 9.88:1
Card sample
#caa2eb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa2eb;
Background color
Panel with #caa2eb background
background-color: #caa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa2eb; background: linear-gradient(135deg, #caa2eb, #EBA2DB);