#caa2db
a light, soft violet · warm · closest name: plum
RGB
202, 162, 219
HSL
282°, 44%, 75%
CMYK
8, 26, 0, 14
Luminance
0.4351
Every format
| HEX | #caa2db |
| RGB | rgb(202, 162, 219) |
| HSL | hsl(282, 44%, 75%) |
| CMYK | cmyk(8%, 26%, 0%, 14%) |
| LAB | lab(71.9 24.9 -23.3) |
| LCH | lch(71.9 34.1 316.9) |
| OKLCH | oklch(0.767 0.091 315.7) |
Copy-ready code
/* CSS */
color: #caa2db;
background-color: #caa2db;
/* Tailwind (arbitrary) */
class="text-[#caa2db] bg-[#caa2db]"
/* SCSS */
$brand: #caa2db;
/* SwiftUI */
Color(red: 0.792, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#caa2db")Accessibility — WCAG contrast
Aa
#caa2db on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa2db on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green63.5%
Blue85.9%
CMYK percentages
Cyan7.8%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#caa2db text on a black background
contrast 9.70:1
Card sample
#caa2db text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa2db;
Background color
Panel with #caa2db background
background-color: #caa2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa2db; background: linear-gradient(135deg, #caa2db, #DBA2C6);