#caa4eb
a light, vivid violet · warm · closest name: plum
RGB
202, 164, 235
HSL
272°, 64%, 78%
CMYK
14, 30, 0, 8
Luminance
0.4511
Every format
| HEX | #caa4eb |
| RGB | rgb(202, 164, 235) |
| HSL | hsl(272, 64%, 78%) |
| CMYK | cmyk(14%, 30%, 0%, 8%) |
| LAB | lab(73.0 27.1 -30.4) |
| LCH | lch(73.0 40.8 311.7) |
| OKLCH | oklch(0.778 0.107 308.5) |
Copy-ready code
/* CSS */
color: #caa4eb;
background-color: #caa4eb;
/* Tailwind (arbitrary) */
class="text-[#caa4eb] bg-[#caa4eb]"
/* SCSS */
$brand: #caa4eb;
/* SwiftUI */
Color(red: 0.792, green: 0.643, blue: 0.922)
/* Android */
Color.parseColor("#caa4eb")Accessibility — WCAG contrast
Aa
#caa4eb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa4eb on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green64.3%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta30.2%
Yellow0.0%
Key (black)7.8%
Color previews
#caa4eb text on a black background
contrast 10.02:1
Card sample
#caa4eb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa4eb;
Background color
Panel with #caa4eb background
background-color: #caa4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 164, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 164, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa4eb; background: linear-gradient(135deg, #caa4eb, #EBA4DD);