#cab1eb
a light, vivid violet · warm · closest name: plum
RGB
202, 177, 235
HSL
266°, 59%, 81%
CMYK
14, 25, 0, 8
Luminance
0.5000
Every format
| HEX | #cab1eb |
| RGB | rgb(202, 177, 235) |
| HSL | hsl(266, 59%, 81%) |
| CMYK | cmyk(14%, 25%, 0%, 8%) |
| LAB | lab(76.1 20.0 -25.6) |
| LCH | lch(76.1 32.5 307.9) |
| OKLCH | oklch(0.801 0.085 304.2) |
Copy-ready code
/* CSS */
color: #cab1eb;
background-color: #cab1eb;
/* Tailwind (arbitrary) */
class="text-[#cab1eb] bg-[#cab1eb]"
/* SCSS */
$brand: #cab1eb;
/* SwiftUI */
Color(red: 0.792, green: 0.694, blue: 0.922)
/* Android */
Color.parseColor("#cab1eb")Accessibility — WCAG contrast
Aa
#cab1eb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab1eb on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green69.4%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta24.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cab1eb text on a black background
contrast 11.00:1
Card sample
#cab1eb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab1eb;
Background color
Panel with #cab1eb background
background-color: #cab1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 177, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 177, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab1eb; background: linear-gradient(135deg, #cab1eb, #EBB1E5);