#c3afd3
a light, soft violet · warm · closest name: plum
RGB
195, 175, 211
HSL
273°, 29%, 76%
CMYK
8, 17, 0, 17
Luminance
0.4697
Every format
| HEX | #c3afd3 |
| RGB | rgb(195, 175, 211) |
| HSL | hsl(273, 29%, 76%) |
| CMYK | cmyk(8%, 17%, 0%, 17%) |
| LAB | lab(74.2 13.9 -15.6) |
| LCH | lch(74.2 20.8 311.7) |
| OKLCH | oklch(0.783 0.055 310.0) |
Copy-ready code
/* CSS */
color: #c3afd3;
background-color: #c3afd3;
/* Tailwind (arbitrary) */
class="text-[#c3afd3] bg-[#c3afd3]"
/* SCSS */
$brand: #c3afd3;
/* SwiftUI */
Color(red: 0.765, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#c3afd3")Accessibility — WCAG contrast
Aa
#c3afd3 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3afd3 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.6%
Blue82.7%
CMYK percentages
Cyan7.6%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#c3afd3 text on a black background
contrast 10.39:1
Card sample
#c3afd3 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3afd3;
Background color
Panel with #c3afd3 background
background-color: #c3afd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3afd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3afd3; background: linear-gradient(135deg, #c3afd3, #D3AFCB);