#c3aef5
a light, electric violet · warm · closest name: plum
RGB
195, 174, 245
HSL
258°, 78%, 82%
CMYK
20, 29, 0, 4
Luminance
0.4847
Every format
| HEX | #c3aef5 |
| RGB | rgb(195, 174, 245) |
| HSL | hsl(258, 78%, 82%) |
| CMYK | cmyk(20%, 29%, 0%, 4%) |
| LAB | lab(75.1 21.7 -32.6) |
| LCH | lch(75.1 39.1 303.6) |
| OKLCH | oklch(0.794 0.101 297.6) |
Copy-ready code
/* CSS */
color: #c3aef5;
background-color: #c3aef5;
/* Tailwind (arbitrary) */
class="text-[#c3aef5] bg-[#c3aef5]"
/* SCSS */
$brand: #c3aef5;
/* SwiftUI */
Color(red: 0.765, green: 0.682, blue: 0.961)
/* Android */
Color.parseColor("#c3aef5")Accessibility — WCAG contrast
Aa
#c3aef5 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3aef5 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.2%
Blue96.1%
CMYK percentages
Cyan20.4%
Magenta29.0%
Yellow0.0%
Key (black)3.9%
Color previews
#c3aef5 text on a black background
contrast 10.69:1
Card sample
#c3aef5 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3aef5;
Background color
Panel with #c3aef5 background
background-color: #c3aef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3aef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 174, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 174, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3aef5; background: linear-gradient(135deg, #c3aef5, #F2AEF5);