#c5abeb
a light, vivid violet · warm · closest name: plum
RGB
197, 171, 235
HSL
264°, 62%, 80%
CMYK
16, 27, 0, 8
Luminance
0.4699
Every format
| HEX | #c5abeb |
| RGB | rgb(197, 171, 235) |
| HSL | hsl(264, 62%, 80%) |
| CMYK | cmyk(16%, 27%, 0%, 8%) |
| LAB | lab(74.2 21.7 -28.6) |
| LCH | lch(74.2 35.9 307.2) |
| OKLCH | oklch(0.786 0.093 302.9) |
Copy-ready code
/* CSS */
color: #c5abeb;
background-color: #c5abeb;
/* Tailwind (arbitrary) */
class="text-[#c5abeb] bg-[#c5abeb]"
/* SCSS */
$brand: #c5abeb;
/* SwiftUI */
Color(red: 0.773, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#c5abeb")Accessibility — WCAG contrast
Aa
#c5abeb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5abeb on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green67.1%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c5abeb text on a black background
contrast 10.40:1
Card sample
#c5abeb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5abeb;
Background color
Panel with #c5abeb background
background-color: #c5abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5abeb; background: linear-gradient(135deg, #c5abeb, #EBABE6);