#c3a8ff
a light, electric violet · warm · closest name: plum
RGB
195, 168, 255
HSL
259°, 100%, 83%
CMYK
24, 34, 0, 0
Luminance
0.4683
Every format
| HEX | #c3a8ff |
| RGB | rgb(195, 168, 255) |
| HSL | hsl(259, 100%, 83%) |
| CMYK | cmyk(24%, 34%, 0%, 0%) |
| LAB | lab(74.1 27.3 -39.6) |
| LCH | lch(74.1 48.1 304.6) |
| OKLCH | oklch(0.787 0.124 297.8) |
Copy-ready code
/* CSS */
color: #c3a8ff;
background-color: #c3a8ff;
/* Tailwind (arbitrary) */
class="text-[#c3a8ff] bg-[#c3a8ff]"
/* SCSS */
$brand: #c3a8ff;
/* SwiftUI */
Color(red: 0.765, green: 0.659, blue: 1.000)
/* Android */
Color.parseColor("#c3a8ff")Accessibility — WCAG contrast
Aa
#c3a8ff on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3a8ff on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green65.9%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta34.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c3a8ff text on a black background
contrast 10.37:1
Card sample
#c3a8ff text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3a8ff;
Background color
Panel with #c3a8ff background
background-color: #c3a8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3a8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 168, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 168, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3a8ff; background: linear-gradient(135deg, #c3a8ff, #FDA8FF);