#caa8eb
a light, vivid violet · warm · closest name: plum
RGB
202, 168, 235
HSL
270°, 63%, 79%
CMYK
14, 29, 0, 8
Luminance
0.4656
Every format
| HEX | #caa8eb |
| RGB | rgb(202, 168, 235) |
| HSL | hsl(270, 63%, 79%) |
| CMYK | cmyk(14%, 29%, 0%, 8%) |
| LAB | lab(73.9 24.9 -29.0) |
| LCH | lch(73.9 38.2 310.7) |
| OKLCH | oklch(0.785 0.100 307.4) |
Copy-ready code
/* CSS */
color: #caa8eb;
background-color: #caa8eb;
/* Tailwind (arbitrary) */
class="text-[#caa8eb] bg-[#caa8eb]"
/* SCSS */
$brand: #caa8eb;
/* SwiftUI */
Color(red: 0.792, green: 0.659, blue: 0.922)
/* Android */
Color.parseColor("#caa8eb")Accessibility — WCAG contrast
Aa
#caa8eb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa8eb on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green65.9%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta28.5%
Yellow0.0%
Key (black)7.8%
Color previews
#caa8eb text on a black background
contrast 10.31:1
Card sample
#caa8eb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa8eb;
Background color
Panel with #caa8eb background
background-color: #caa8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 168, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 168, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa8eb; background: linear-gradient(135deg, #caa8eb, #EBA8DF);