#c3afe3
a light, vivid violet · warm · closest name: plum
RGB
195, 175, 227
HSL
263°, 48%, 79%
CMYK
14, 23, 0, 11
Luminance
0.4781
Every format
| HEX | #c3afe3 |
| RGB | rgb(195, 175, 227) |
| HSL | hsl(263, 48%, 79%) |
| CMYK | cmyk(14%, 23%, 0%, 11%) |
| LAB | lab(74.7 17.2 -23.4) |
| LCH | lch(74.7 29.1 306.2) |
| OKLCH | oklch(0.788 0.076 302.3) |
Copy-ready code
/* CSS */
color: #c3afe3;
background-color: #c3afe3;
/* Tailwind (arbitrary) */
class="text-[#c3afe3] bg-[#c3afe3]"
/* SCSS */
$brand: #c3afe3;
/* SwiftUI */
Color(red: 0.765, green: 0.686, blue: 0.890)
/* Android */
Color.parseColor("#c3afe3")Accessibility — WCAG contrast
Aa
#c3afe3 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3afe3 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.6%
Blue89.0%
CMYK percentages
Cyan14.1%
Magenta22.9%
Yellow0.0%
Key (black)11.0%
Color previews
#c3afe3 text on a black background
contrast 10.56:1
Card sample
#c3afe3 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3afe3;
Background color
Panel with #c3afe3 background
background-color: #c3afe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3afe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 175, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 175, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3afe3; background: linear-gradient(135deg, #c3afe3, #E3AFE0);