#cab6eb
a light, vivid violet · warm · closest name: plum
RGB
202, 182, 235
HSL
263°, 57%, 82%
CMYK
14, 23, 0, 8
Luminance
0.5201
Every format
| HEX | #cab6eb |
| RGB | rgb(202, 182, 235) |
| HSL | hsl(263, 57%, 82%) |
| CMYK | cmyk(14%, 23%, 0%, 8%) |
| LAB | lab(77.3 17.3 -23.8) |
| LCH | lch(77.3 29.4 306.0) |
| OKLCH | oklch(0.811 0.076 302.0) |
Copy-ready code
/* CSS */
color: #cab6eb;
background-color: #cab6eb;
/* Tailwind (arbitrary) */
class="text-[#cab6eb] bg-[#cab6eb]"
/* SCSS */
$brand: #cab6eb;
/* SwiftUI */
Color(red: 0.792, green: 0.714, blue: 0.922)
/* Android */
Color.parseColor("#cab6eb")Accessibility — WCAG contrast
Aa
#cab6eb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab6eb on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green71.4%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta22.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cab6eb text on a black background
contrast 11.40:1
Card sample
#cab6eb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab6eb;
Background color
Panel with #cab6eb background
background-color: #cab6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 182, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 182, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab6eb; background: linear-gradient(135deg, #cab6eb, #EBB6E9);