#c2a8eb
a light, vivid violet · warm · closest name: plum
RGB
194, 168, 235
HSL
263°, 63%, 79%
CMYK
17, 29, 0, 8
Luminance
0.4547
Every format
| HEX | #c2a8eb |
| RGB | rgb(194, 168, 235) |
| HSL | hsl(263, 63%, 79%) |
| CMYK | cmyk(17%, 29%, 0%, 8%) |
| LAB | lab(73.2 22.4 -30.1) |
| LCH | lch(73.2 37.6 306.7) |
| OKLCH | oklch(0.778 0.098 302.0) |
Copy-ready code
/* CSS */
color: #c2a8eb;
background-color: #c2a8eb;
/* Tailwind (arbitrary) */
class="text-[#c2a8eb] bg-[#c2a8eb]"
/* SCSS */
$brand: #c2a8eb;
/* SwiftUI */
Color(red: 0.761, green: 0.659, blue: 0.922)
/* Android */
Color.parseColor("#c2a8eb")Accessibility — WCAG contrast
Aa
#c2a8eb on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2a8eb on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green65.9%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta28.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c2a8eb text on a black background
contrast 10.09:1
Card sample
#c2a8eb text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2a8eb;
Background color
Panel with #c2a8eb background
background-color: #c2a8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2a8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 168, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 168, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2a8eb; background: linear-gradient(135deg, #c2a8eb, #EBA8E7);